diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgxps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index 0e914d40d..5d620d8f2 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -1,6 +1,6 @@ # Created by: Gustau Perez <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/graphics/libgxps/Makefile 19809 2014-08-14 07:53:59Z gusi $ PORTNAME= libgxps PORTVERSION= 0.2.2 @@ -23,6 +23,7 @@ USE_GNOME= cairo gnomeprefix glib20 intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -larchive +CONFIGURE_ARGS+= --enable-introspection=no INSTALL_TARGET= install-strip .include <bsd.port.mk> |