diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-20 17:59:32 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-20 18:01:48 +0200 |
commit | 65a8140af42befa730d33724a229438926e5dcec (patch) | |
tree | d7ac25d05fc3c2194cfba17e8d1c8116283a5070 /graphics/djvulibre | |
parent | c274d68238435e15eeb9b89389552362ced1ff15 (diff) | |
download | freebsd-ports-65a8140af42befa730d33724a229438926e5dcec.zip |
shared-mime-info: remove wrong dependency on shared-mime-info
Diffstat (limited to 'graphics/djvulibre')
-rw-r--r-- | graphics/djvulibre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 18dabe510eb9..c084012f61d7 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -2,6 +2,7 @@ PORTNAME= djvulibre PORTVERSION= 3.5.28 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION} @@ -36,7 +37,7 @@ ANY2DJVU_DESC= Install any2djvu script (requires curl) ANY2DJVU_RUN_DEPENDS= curl:ftp/curl DESKTOPFILES_DESC= Install icons and mime types DESKTOPFILES_CONFIGURE_ENABLE= desktopfiles -DESKTOPFILES_USES= gnome shared-mime-info +DESKTOPFILES_USES= gnome post-patch: # Remove custom optimization compiler flags |