diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
commit | 67c68a561efeac0b8ef9b6ae5a38ec6d31f4eb49 (patch) | |
tree | eb96bc8012e290f4f0c161414b9b5232fff7ecac /japanese/gtkicq | |
parent | 90dee295c0ba6b67192ddb0c30b535eda5d0b086 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42203
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65310
Diffstat (limited to 'japanese/gtkicq')
-rw-r--r-- | japanese/gtkicq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/gtkicq/Makefile b/japanese/gtkicq/Makefile index 37a448a27677..ffb47630cfb6 100644 --- a/japanese/gtkicq/Makefile +++ b/japanese/gtkicq/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --datadir=${PREFIX}/share/gtkicq CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |