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