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/gicq | |
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/gicq')
-rw-r--r-- | japanese/gicq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile index e4f7ec9..d5b8ca4 100644 --- a/japanese/gicq/Makefile +++ b/japanese/gicq/Makefile @@ -23,7 +23,8 @@ MAINTAINER= flathill@FreeBSD.org LIB_DEPENDS= icq.0:${PORTSDIR}/japanese/libicq USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --disable-nls CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |