diff options
author | tg <tg@FreeBSD.org> | 1997-05-07 15:47:00 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-05-07 15:47:00 +0800 |
commit | 41c4ec4a203858f6315945bdf1bdc1229ebfad83 (patch) | |
tree | 9d890a58b3a0e8bd575621f8f777d1a0e74e1f7a /games | |
parent | 3c24c287feb50388f07a265ea78ab9405ead3c82 (diff) | |
download | freebsd-ports-gnome-41c4ec4a203858f6315945bdf1bdc1229ebfad83.tar.gz freebsd-ports-gnome-41c4ec4a203858f6315945bdf1bdc1229ebfad83.tar.zst freebsd-ports-gnome-41c4ec4a203858f6315945bdf1bdc1229ebfad83.zip |
Oops, forgot RUN_DEPENDS.
Diffstat (limited to 'games')
-rw-r--r-- | games/klondike/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile index 299fe359534e..997bb2a38118 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -3,7 +3,7 @@ # Date created: 26-Apr-97 # Whom: johnh@isi.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/07 07:41:50 tg Exp $ # DISTNAME= klondike-1.8 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= johnh@isi.edu +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 + GNU_CONFIGURE= Yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ --mandir=${PREFIX}/man |