diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
commit | 316e7830634124c1e810d4232c7825d57ccfbb64 (patch) | |
tree | 464a0f2d325180751db2c8df0c7ef3f426da9df0 /japanese/gtkicq | |
parent | 8093e485c52ea8bcd3c12878b6815d438b5e4ab9 (diff) | |
download | FreeBSD-ports-316e7830634124c1e810d4232c7825d57ccfbb64.zip FreeBSD-ports-316e7830634124c1e810d4232c7825d57ccfbb64.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42203
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 37a448a..ffb4763 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" \ |