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 /games/klondike | |
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 'games/klondike')
-rw-r--r-- | games/klondike/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile index 461f4e23b9f2..69f963fb4720 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -3,7 +3,7 @@ # Date created: 26-Apr-97 # Whom: johnh@isi.edu # -# $Id: Makefile,v 1.4 1997/05/09 23:42:43 asami Exp $ +# $Id: Makefile,v 1.5 1998/02/21 22:38:01 fenner Exp $ # DISTNAME= klondike-1.8 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= johnh@isi.edu -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11-toolkits/tk41 GNU_CONFIGURE= Yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ |