diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /games/tksol | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index a25e0c1..9ca9d8d 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1997/11/22 20:48:34 jseger Exp $ +# $Id: Makefile,v 1.11 1998/03/20 14:35:22 tg Exp $ # DISTNAME= tksol-1.0 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release |