diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
commit | 93b8f14b85002092175020a9eb55761d91a8a613 (patch) | |
tree | fac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/dillo2 | |
parent | 28f497a7e40d442851196408f3474c56e2f08a02 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65420
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" \ |