summaryrefslogtreecommitdiffstats
path: root/net/xwhois/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-04-24 14:15:09 +0000
committerkris <kris@FreeBSD.org>1999-04-24 14:15:09 +0000
commit83b8f05790fd7914b167568e661c7df282a684ab (patch)
tree73a5ef895fcfd90621212218285588bb30827656 /net/xwhois/Makefile
parentff028e329f0bb518de7b2300455072230335839a (diff)
downloadFreeBSD-ports-83b8f05790fd7914b167568e661c7df282a684ab.zip
FreeBSD-ports-83b8f05790fd7914b167568e661c7df282a684ab.tar.gz
Upgrade to 0.34, remove dependency on gtk-1.1 in favour of 1.2
PR: 11158 Submitted by: cpiazza@home.net
Diffstat (limited to 'net/xwhois/Makefile')
-rw-r--r--net/xwhois/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/xwhois/Makefile b/net/xwhois/Makefile
index 8ebe261..247a96a 100644
--- a/net/xwhois/Makefile
+++ b/net/xwhois/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xwhois
-# Version required: 0.3.3
+# Version required: 0.3.4
# Date created: 31 December 1998
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
-# $Id: Makefile,v 1.2 1999/03/01 10:46:39 kris Exp $
+# $Id: Makefile,v 1.3 1999/03/01 10:51:39 kris Exp $
#
-DISTNAME= xwhois-0.3.3
+DISTNAME= xwhois-0.3.4
CATEGORIES= net
MASTER_SITES= http://c64.org/~nr/ \
http://www.goatnet.ml.org/ \
@@ -17,11 +17,11 @@ MASTER_SITES= http://c64.org/~nr/ \
MAINTAINER= kris@FreeBSD.ORG
-LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11d-config
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin
@@ -33,7 +33,6 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/xwhois
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwhois
${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/share/doc/xwhois
- ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xwhois
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xwhois
.endif
OpenPOWER on IntegriCloud