diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-23 07:15:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-23 07:15:14 +0800 |
commit | 346329bbb5b26870a98634ead8243f377bce4117 (patch) | |
tree | d529f03149c187bc3572e79fd5589222e13bdd9f /www | |
parent | c1f82c5c489dc790f7e7f1fbf4afc93ed6513afb (diff) | |
download | freebsd-ports-gnome-346329bbb5b26870a98634ead8243f377bce4117.tar.gz freebsd-ports-gnome-346329bbb5b26870a98634ead8243f377bce4117.tar.zst freebsd-ports-gnome-346329bbb5b26870a98634ead8243f377bce4117.zip |
Add a missing dependency on gnomehier.
Reported by: bento
Approved by: maintainer
Diffstat (limited to 'www')
-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 |