diff options
Diffstat (limited to 'print/ggv2/Makefile')
-rw-r--r-- | print/ggv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index c939915..268886d 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ggv -PORTVERSION= 0.95 +PORTVERSION= 1.0 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ggv @@ -18,6 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |