summaryrefslogtreecommitdiffstats
path: root/japanese/gicq/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committersteve <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commitff2c6bac0ded6793103b12ed47ec261ee75b026f (patch)
tree5d44c4203ffb617246e3922b0cbae09608e0e203 /japanese/gicq/Makefile
parent09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff)
downloadFreeBSD-ports-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip
FreeBSD-ports-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'japanese/gicq/Makefile')
-rw-r--r--japanese/gicq/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile
index ce925df..e982aa0 100644
--- a/japanese/gicq/Makefile
+++ b/japanese/gicq/Makefile
@@ -3,7 +3,7 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.5 1999/03/31 11:35:55 flathill Exp $
+# $Id: Makefile,v 1.6 1999/04/06 12:23:58 flathill Exp $
#
DISTNAME= gicq-0.33
@@ -18,14 +18,16 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= flathill@FreeBSD.ORG
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/japanese/libicq
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
- LIBS="-lxpg4"
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud