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/tkref | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
Diffstat (limited to 'devel/tkref')
-rw-r--r-- | devel/tkref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tkref/Makefile b/devel/tkref/Makefile index 9235f4584e82..14292c81747a 100644 --- a/devel/tkref/Makefile +++ b/devel/tkref/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.6 1998/06/27 05:18:53 asami Exp $ +# $Id: Makefile,v 1.7 1998/07/27 23:24:09 asami Exp $ # DISTNAME= tkref-1.01 @@ -13,7 +13,7 @@ MASTER_SITES= http://gtcs.com/softdist/ \ MAINTAINER= bgingery@gtcs.com -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes |