summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-01-22 22:18:10 +0000
committernectar <nectar@FreeBSD.org>1999-01-22 22:18:10 +0000
commit39bf09fedd947c783a34bdd3d24ad040a12ce492 (patch)
treeb8e82c185247e62e5c2282fa6a2def91cd7e15a1 /net-im
parent57a4432f95b135f1037fd95e60b5a3bf9b4a1a21 (diff)
downloadFreeBSD-ports-39bf09fedd947c783a34bdd3d24ad040a12ce492.zip
FreeBSD-ports-39bf09fedd947c783a34bdd3d24ad040a12ce492.tar.gz
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gicq/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
index 316d1f6..cfa150e 100644
--- a/net-im/gicq/Makefile
+++ b/net-im/gicq/Makefile
@@ -3,7 +3,7 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.2 1998/11/23 08:34:52 asami Exp $
+# $Id: Makefile,v 1.3 1998/12/11 02:30:32 flathill Exp $
#
DISTNAME= gicq-0.22
@@ -12,12 +12,13 @@ MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
MAINTAINER= flathill@FreeBSD.ORG
-LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
+LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \
icq.0:${PORTSDIR}/devel/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
+ GTK_CONFIG="${X11BASE}/bin/gtk10-config"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud