diff options
author | jim <jim@FreeBSD.org> | 2000-05-18 03:44:04 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-05-18 03:44:04 +0800 |
commit | 483334ecfc612e36b99c3ca145ceb4895e2268d2 (patch) | |
tree | f53f63731c626a52c62e404286175a26c18d4478 /www/bluefish/Makefile | |
parent | ca0376845ff263628b3c50576b7f34cc111c1b8d (diff) | |
download | freebsd-ports-gnome-483334ecfc612e36b99c3ca145ceb4895e2268d2.tar.gz freebsd-ports-gnome-483334ecfc612e36b99c3ca145ceb4895e2268d2.tar.zst freebsd-ports-gnome-483334ecfc612e36b99c3ca145ceb4895e2268d2.zip |
Update to version 0.4.
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 456f722a84e6..4fb11d8aa3ca 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -6,9 +6,9 @@ # PORTNAME= bluefish -PORTVERSION= 0.3.6 +PORTVERSION= 0.4 CATEGORIES= www editors -MASTER_SITES= http://bluefish.linuxave.net/download/ \ +MASTER_SITES= http://bluefish.openoffice.nl/download/ \ http://student.wau.nl/~olivier/bluefish/download/ MAINTAINER= jim@FreeBSD.org @@ -20,9 +20,11 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes +USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" +CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \ + --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: |