diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /misc/tkinfo | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'misc/tkinfo')
-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 8b762ae89374..ee359aa3c69e 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.16 1998/01/29 07:49:36 tg Exp $ +# $Id: Makefile,v 1.18 1998/03/20 14:35:17 tg Exp $ # DISTNAME= tkinfo-2.4 @@ -12,7 +12,7 @@ MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= tg@FreeBSD.ORG -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes MAN1= tkinfo.1 |