diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
commit | 2157e96c1756fe79e8a01802d1d710edaac50cbb (patch) | |
tree | bdb894b28622f474aadbd89b6a417c6ee83b542b /www/bluefish | |
parent | b791292abe85fc042bb958b8d9f503acfdd0a54a (diff) | |
download | freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.zst freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index b0c90a7ae294..825e4e318670 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint USE_GMAKE= yes USE_BZIP2= yes USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" |