diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-22 23:15:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-22 23:15:14 +0000 |
commit | c060586f0bb7a4abd70a894792d2f00397afec3a (patch) | |
tree | 41bd0a06cb5657d54b763d7ce2b6282b134b47e6 | |
parent | 672fd54fef6395ee3fb300a8147d480a3e13d9a0 (diff) | |
download | ports-c060586f0bb7a4abd70a894792d2f00397afec3a.tar.gz ports-c060586f0bb7a4abd70a894792d2f00397afec3a.zip |
Notes
-rw-r--r-- | www/bluefish-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index 4e6b96360393..1f3a9d4eaca4 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= bluefish PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ @@ -26,6 +27,8 @@ DOWNLOAD= downloads NO_LATEST_LINK= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomehier USE_PERL5_BUILD= yes USE_X_PREFIX= yes USE_REINPLACE= yes |