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 --- irc/xchat/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'irc/xchat') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index ffd9c7e447bc..9787aecf89d2 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Nov 1998 # Whom: Jim Mock # -# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $ +# $Id: Makefile,v 1.10 1999/05/09 16:57:20 steve Exp $ # DISTNAME= xchat-0.9.5 @@ -14,15 +14,16 @@ MASTER_SITES= http://xchat.linuxpower.org/files/ \ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" - -USE_X_PREFIX= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: strip ${PREFIX}/bin/xchat -- cgit v1.2.3