summaryrefslogtreecommitdiff
path: root/irc/xchat1
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /irc/xchat1
parentUpdate to version 0.85 and use gtk version 1.2.3. (diff)
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19055
Diffstat (limited to 'irc/xchat1')
-rw-r--r--irc/xchat1/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index ffd9c7e447bc..9787aecf89d2 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@phrantic.phear.net>
#
-# $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