diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-02 03:15:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-02 03:15:56 +0800 |
commit | 507dc274a72fa05c175ae019fd349e35a8e16a99 (patch) | |
tree | 3bff6233b46ea9044f92726d038433ad0685bec9 /print/ggv2/Makefile | |
parent | 188f2c9f6932efe7abf993321b6cb85904b30ccc (diff) | |
download | marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.tar marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.tar.gz marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.tar.bz2 marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.tar.lz marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.tar.xz marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.tar.zst marcuscom-ports-507dc274a72fa05c175ae019fd349e35a8e16a99.zip |
Use libtool to prevent the DTP on 5.X.
Reported by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1746 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/ggv2/Makefile')
-rw-r--r-- | print/ggv2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index bcc5c8729..f5c8e0aae 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ggv2 PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 @@ -32,8 +33,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix gnomehack lthack intlhack libgnomeui +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |