diff options
Diffstat (limited to 'games/klondike/Makefile')
-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 |