diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-11 02:30:33 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-11 02:30:33 +0000 |
commit | 65161e329687a245cbc39c1c5c31180f3817c967 (patch) | |
tree | ea199ed9aff4394df21a456e82cd2be42cd76387 /net-im | |
parent | 6747fe490ef86ae4c1ea57ef1d71199ec39e3fee (diff) | |
download | FreeBSD-ports-65161e329687a245cbc39c1c5c31180f3817c967.zip FreeBSD-ports-65161e329687a245cbc39c1c5c31180f3817c967.tar.gz |
Add CONFIGURE_ENV to remove patch-aa
Diffstat (limited to 'net-im')
-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 96fcd56..316d1f6 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> |