diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-23 17:11:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-23 17:11:57 +0000 |
commit | f00fa3e01d3cb1df5ac53e5f1759686e41473e00 (patch) | |
tree | 8bd8b54c011a908b4b6a288c9e92df39b0b3cbc0 /net-im/gicq | |
parent | 07077777c4dbfecfb927073ee825f1ae263dfd40 (diff) | |
download | ports-f00fa3e01d3cb1df5ac53e5f1759686e41473e00.tar.gz ports-f00fa3e01d3cb1df5ac53e5f1759686e41473e00.zip |
Notes
Diffstat (limited to 'net-im/gicq')
-rw-r--r-- | net-im/gicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index 9bcfc0e068a4..72833022b56e 100644 --- a/net-im/gicq/Makefile +++ b/net-im/gicq/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gnomehack WANT_GNOME= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomehack gnomelibs +USE_GNOME+= gnomeprefix gnomelibs PKGNAMESUFFIX= -gnome PLIST_SUB= DATADIR="share/gnome" .else |