diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | 92103d6d5cd276d1373540bf8b9d97a23929f822 (patch) | |
tree | 2313fd648f4f8aae5fe387795ed60d255d84b5d9 /irc/xchat2 | |
parent | 0ebce2fca246698aa00a259132fd207e4209026d (diff) | |
download | ports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip |
Notes
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index ffd9c7e447bc..9787aecf89d2 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/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 |