diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-09-27 07:19:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-09-27 07:19:36 +0000 |
commit | 49a913bd62996c9b3a5286d2846aa0a0f49a1f5c (patch) | |
tree | e8cfbcfa714489f25e1838b85ed0fdf2b0bd4f49 /misc/tkinfo/Makefile | |
parent | 35c8d1d8a89f0148f7353771637e96d7f364db23 (diff) |
Notes
Diffstat (limited to 'misc/tkinfo/Makefile')
-rw-r--r-- | misc/tkinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 08856f34df7d..c1fc8c60d6a3 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.6 1995/11/26 10:48:40 asami Exp $ +# $Id: Makefile,v 1.7 1996/06/05 09:08:22 tg Exp $ # DISTNAME= tkinfo-0.6 @@ -12,6 +12,6 @@ MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish:${PORTSDIR}/x11/tk +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 .include <bsd.port.mk> |