summaryrefslogtreecommitdiff
path: root/net/gicq
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-01-22 22:18:10 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-01-22 22:18:10 +0000
commitc7470ab0c2c3a173a27354ead594260c5d649fd9 (patch)
tree080f901629e4aedcbdf0fe34e206e76b13c4a7b3 /net/gicq
parentOops, forgot to update depends. (diff)
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Notes
Notes: svn path=/head/; revision=16271
Diffstat (limited to 'net/gicq')
-rw-r--r--net/gicq/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile
index 316d1f655066..cfa150ed5ba9 100644
--- a/net/gicq/Makefile
+++ b/net/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>