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 /devel/SpecTcl/Makefile | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
Diffstat (limited to 'devel/SpecTcl/Makefile')
-rw-r--r-- | devel/SpecTcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SpecTcl/Makefile b/devel/SpecTcl/Makefile index 455b5af77258..48053a3ad053 100644 --- a/devel/SpecTcl/Makefile +++ b/devel/SpecTcl/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Oct 3 18:50:53 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1998/03/20 14:35:10 tg Exp $ +# $Id: Makefile,v 1.6 1998/07/03 23:06:27 steve Exp $ # DISTNAME= SpecTcl1.1 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/guitools/ MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes |