diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-12 12:43:28 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-12 12:43:28 +0000 |
commit | 299274d15999646e02606d60d57bf4e5ced57ea8 (patch) | |
tree | c0a0aa65247bc8f57e8a8cf846a37a7fef337b6e /print/ggv2/Makefile | |
parent | 4f966ef4bfb457bd6878403e00eebfa0bb559fa4 (diff) | |
download | FreeBSD-ports-299274d15999646e02606d60d57bf4e5ced57ea8.zip FreeBSD-ports-299274d15999646e02606d60d57bf4e5ced57ea8.tar.gz |
Update to 1.0.2.
Diffstat (limited to 'print/ggv2/Makefile')
-rw-r--r-- | print/ggv2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index a5bd84c..e2555f3 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ggv -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ggv @@ -17,10 +17,12 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu USE_X_PREFIX= yes USE_GNOME= yes -USE_LIBTOOL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |