diff options
Diffstat (limited to 'graphics/libgxps/Makefile')
-rw-r--r-- | graphics/libgxps/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index bf5d94e3f772..68a31b78a44e 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgxps -PORTVERSION= 0.2.5 +PORTVERSION= 0.3.0 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,11 +15,11 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ liblcms2.so:graphics/lcms2 -USES= gettext gmake jpeg libtool libarchive localbase pathfix pkgconfig tar:xz +USES= gettext jpeg libarchive localbase meson pkgconfig tar:xz USE_LDCONFIG= yes -USE_GNOME= cairo glib20 gnomeprefix introspection:build -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +USE_GNOME= cairo glib20 introspection:build + +MESON_ARGS= -Denable-test=false OPTIONS_DEFINE= DOCS |