diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-06 20:02:41 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-06 20:02:41 +0800 |
commit | 25c0f2469c4404aaf7139dd84b813c4a4255a7ae (patch) | |
tree | 044c8071aeda361865b71f362206b79595357bf0 /net-im | |
parent | 93e0722ae80d1484b19acc881b5fb8c1e813183c (diff) | |
download | freebsd-ports-gnome-25c0f2469c4404aaf7139dd84b813c4a4255a7ae.tar.gz freebsd-ports-gnome-25c0f2469c4404aaf7139dd84b813c4a4255a7ae.tar.zst freebsd-ports-gnome-25c0f2469c4404aaf7139dd84b813c4a4255a7ae.zip |
Fix configure probrem
PR: ports/10940
Submitted by: mharo@area51.fremont.ca.us
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gicq/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index 3797eca21f5a..00a78ff8e245 100644 --- a/net-im/gicq/Makefile +++ b/net-im/gicq/Makefile @@ -3,21 +3,23 @@ # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.4 1999/01/22 22:13:48 nectar Exp $ +# $Id: Makefile,v 1.5 1999/03/15 19:59:23 nectar Exp $ # DISTNAME= gicq-0.33 CATEGORIES= net -MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ +MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ http://www.nectar.com/distfiles/ MAINTAINER= flathill@FreeBSD.ORG -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ icq.0:${PORTSDIR}/devel/libicq USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ARGS= --without-gnome --disable-nls +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" .include <bsd.port.mk> |