diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-06 08:31:15 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-06 08:31:15 +0000 |
commit | d926d1bb6fa7f842451d1830df68058e7da8fedf (patch) | |
tree | ab61297ce4a635e64c59eb46f4a79f54f0c8ddee /www/bluefish/Makefile | |
parent | 367c08ac94758cfb317c961222efffbcbabcbbc4 (diff) |
Notes
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index af421d4658b9..816a0c0ad514 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bluefish -PORTVERSION= 0.6 +PORTVERSION= 0.6 CATEGORIES= www editors MASTER_SITES= http://bluefish.openoffice.nl/download/ \ http://student.wau.nl/~olivier/bluefish/download/ @@ -17,13 +17,13 @@ RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint USE_GMAKE= yes USE_BZIP2= yes -USE_X_PREFIX= yes +USE_X_PREFIX= yes USE_IMLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \ --disable-nls -MANCOMPRESSED= yes +MANCOMPRESSED= no MAN1= bluefish.1 post-install: |