diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /net/xwhois/Makefile | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | FreeBSD-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 'net/xwhois/Makefile')
-rw-r--r-- | net/xwhois/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/xwhois/Makefile b/net/xwhois/Makefile index 2c177f2..a395f21 100644 --- a/net/xwhois/Makefile +++ b/net/xwhois/Makefile @@ -3,7 +3,7 @@ # Date created: 31 December 1998 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # -# $Id: Makefile,v 1.4 1999/04/24 14:13:34 kris Exp $ +# $Id: Makefile,v 1.5 1999/05/27 12:49:55 kris Exp $ # DISTNAME= xwhois-0.3.5 @@ -17,11 +17,13 @@ MASTER_SITES= http://c64.org/~nr/ \ MAINTAINER= kris@FreeBSD.ORG -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 GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin |