diff options
author | jim <jim@FreeBSD.org> | 2000-01-15 10:38:05 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-01-15 10:38:05 +0800 |
commit | c3c56eadaf6c742397819541eb536bc16f154e7a (patch) | |
tree | a232bce0eff6c645d812ab788a17584c644b57b9 /www/bluefish/Makefile | |
parent | ddbdb5d0a78b1d7df09384cfee1b49124e17f6e4 (diff) | |
download | freebsd-ports-graphics-c3c56eadaf6c742397819541eb536bc16f154e7a.tar.gz freebsd-ports-graphics-c3c56eadaf6c742397819541eb536bc16f154e7a.tar.zst freebsd-ports-graphics-c3c56eadaf6c742397819541eb536bc16f154e7a.zip |
Update to version 0.3.5
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 1f46ea05aa8..e2dac814926 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bluefish -# Version required: 0.3.4 +# Version required: 0.3.5 # Date created: 25 July 1999 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bluefish-0.3.4 +DISTNAME= bluefish-0.3.5 CATEGORIES= www editors MASTER_SITES= http://bluefish.linuxbox.com/download/ \ http://student.wau.nl/~olivier/bluefish/download/ \ @@ -20,9 +20,11 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: @strip ${PREFIX}/bin/bluefish |