summaryrefslogtreecommitdiff
path: root/net-im/gicq
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 02:30:33 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-11 02:30:33 +0000
commit4a7c15a8f90912a6abd0774b780b3895fb19163b (patch)
treea44de8a434ee3289f8defb2b6ccdfbd0fd88c858 /net-im/gicq
parentCleanup PLIST too with upgrade. (diff)
Add CONFIGURE_ENV to remove patch-aa
Notes
Notes: svn path=/head/; revision=15264
Diffstat (limited to 'net-im/gicq')
-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 96fcd56bd087..316d1f655066 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.1.1.1 1998/11/19 07:09:00 flathill Exp $
+# $Id: Makefile,v 1.2 1998/11/23 08:34:52 asami Exp $
#
DISTNAME= gicq-0.22
@@ -12,11 +12,12 @@ MASTER_SITES= http://www.montana.com/gabriel/gicq/files/
MAINTAINER= flathill@FreeBSD.ORG
-BUILD_DEPENDS= ${LOCALBASE}/lib/libicq.a:${PORTSDIR}/devel/libicq
-LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
+LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
+ 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"
.include <bsd.port.mk>