diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch) | |
tree | 2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net-im/gicq | |
parent | b53629dafbc9bddce9311abaa627ad65302e89fb (diff) | |
download | FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net-im/gicq')
-rw-r--r-- | net-im/gicq/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index 916dc61..c2cb375 100644 --- a/net-im/gicq/Makefile +++ b/net-im/gicq/Makefile @@ -18,15 +18,16 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .else CONFIGURE_ARGS+=--without-gnome .endif |