diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /graphics/libgxps/Makefile | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) | |
download | ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip |
Notes
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 |