diff options
Diffstat (limited to 'ports-mgmt')
-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 |