From 92103d6d5cd276d1373540bf8b9d97a23929f822 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 May 1999 03:56:15 +0000 Subject: Update to use gtk version 1.2.3. PR: 11842 Submitted by: Jeremy Lea --- japanese/gicq/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'japanese/gicq') diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile index ce925dfea578..e982aa079443 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 -- cgit v1.2.3