diff options
Diffstat (limited to 'misc/tkinfo/Makefile')
-rw-r--r-- | misc/tkinfo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 9823931..f773330 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: tkinfo -# Version required: 2.1 +# Version required: 2.4 # Date created: 16 Jan 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.14 1997/09/29 07:44:08 tg Exp $ +# $Id: Makefile,v 1.15 1997/12/16 09:26:12 tg Exp $ # -DISTNAME= tkinfo-2.1 +DISTNAME= tkinfo-2.4 CATEGORIES= misc tk80 MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ -MAINTAINER= tg@freebsd.org +MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 |