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/dillo2 | |
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/dillo2')
-rw-r--r-- | www/dillo2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 8e31412dcaf6..ac652934945b 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ intl.4:${PORTSDIR}/devel/gettext -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" \ |