diff options
author | Mike Smith <msmith@FreeBSD.org> | 1997-09-11 09:24:38 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 1997-09-11 09:24:38 +0000 |
commit | 03ec1633865cba9ca08f33397c4a6d06439bac41 (patch) | |
tree | 8ea9b8e9fb8659f13914f091d8b889f033537289 /ports-mgmt/pib/Makefile | |
parent | Make port work with tcl/tk 8.0 (diff) |
Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser.
Diffstat (limited to '')
-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 |