diff options
-rw-r--r-- | graphics/nip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index ed03691ede35..862c12987145 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -2,7 +2,7 @@ PORTNAME= nip2 PORTVERSION= 8.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -21,7 +21,7 @@ USES= bison desktop-file-utils dos2unix gettext gmake gnome pkgconfig \ shared-mime-info DOS2UNIX_GLOB= *.def -USE_GNOME= cairo gdkpixbuf2 gnomemimedata gtk20 libxml2 +USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-update-desktop LDFLAGS+= -lm |