diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-10-21 06:46:57 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-10-21 06:46:57 +0000 |
commit | b9e75404c192f2ecc4d2a700982db9e60493b24e (patch) | |
tree | eb3e6211987ee7390e212c1ebf72ed0c62cd1c2c /misc/tkman/Makefile | |
parent | Correctly list the all files installed. (diff) |
Upgrade to 1.8b5. Uses tk41 now.
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 0b0aaddca4fc..efa5739f713d 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: tkman -# Version required: 1.7.5 +# Version required: 1.8b5 # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.15 1996/01/18 15:30:33 tg Exp $ +# $Id: Makefile,v 1.16 1996/06/15 06:24:23 asami Exp $ # -DISTNAME= tkman-1.7.5 +DISTNAME= tkman-1.8b5 CATEGORIES+= misc MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= tg@freebsd.org -LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \ glimpse:${PORTSDIR}/misc/glimpse |