summaryrefslogtreecommitdiff
path: root/net/gicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gicq/Makefile')
-rw-r--r--net/gicq/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile
index 96fcd56bd087..316d1f655066 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.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>