From 39bf09fedd947c783a34bdd3d24ad040a12ce492 Mon Sep 17 00:00:00 2001 From: nectar Date: Fri, 22 Jan 1999 22:18:10 +0000 Subject: Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config. --- net-im/gicq/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net-im/gicq') 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 -- cgit v1.1