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 /net/xwhois | |
parent | 0ebce2fca246698aa00a259132fd207e4209026d (diff) | |
download | ports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip |
Notes
Diffstat (limited to 'net/xwhois')
-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 2c177f2cf1dd..a395f21757db 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 |