diff options
author | msmith <msmith@FreeBSD.org> | 1997-09-11 17:24:38 +0800 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1997-09-11 17:24:38 +0800 |
commit | b795f53af535826713a57cfbc25270889492ce0d (patch) | |
tree | 467fd4284d61da8c8c68147cc301c7ae50692b36 /ports-mgmt/pib | |
parent | e241813239506e5bc41aa5c3f6ea3db5c08d5ba4 (diff) | |
download | freebsd-ports-gnome-b795f53af535826713a57cfbc25270889492ce0d.tar.gz freebsd-ports-gnome-b795f53af535826713a57cfbc25270889492ce0d.tar.zst freebsd-ports-gnome-b795f53af535826713a57cfbc25270889492ce0d.zip |
Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser.
Diffstat (limited to 'ports-mgmt/pib')
-rw-r--r-- | ports-mgmt/pib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index 15a611826df7..faeaa51835f8 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: pib -# Version required: 1.0 +# Version required: 1.1 # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # -# $Id: Makefile,v 1.3 1996/12/31 13:41:05 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:19:45 wosch Exp $ # -DISTNAME= pib-1.0 +DISTNAME= pib-1.1 MASTER_SITES= ftp://gsoft.com.au/pub/pib/ -CATEGORIES= sysutils tk41 +CATEGORIES= sysutils MAINTAINER= msmith@freebsd.org -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 do-install: ${MKDIR} ${PREFIX}/lib/pib |