diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
commit | c7470ab0c2c3a173a27354ead594260c5d649fd9 (patch) | |
tree | 080f901629e4aedcbdf0fe34e206e76b13c4a7b3 /net-im/gicq | |
parent | 527a5837053e32f938427b7af82ac86be435a639 (diff) | |
download | ports-c7470ab0c2c3a173a27354ead594260c5d649fd9.tar.gz ports-c7470ab0c2c3a173a27354ead594260c5d649fd9.zip |
Notes
Diffstat (limited to 'net-im/gicq')
-rw-r--r-- | net-im/gicq/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index 316d1f655066..cfa150ed5ba9 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> |