diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-07 07:47:00 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-07 07:47:00 +0000 |
commit | 2061043e805cc0ef9c14ac28c71b05abc82d7023 (patch) | |
tree | ecbc9098f9213d2f3d0c1dfbb901eaf03723593d /games/klondike/Makefile | |
parent | 7685a356e65feec9ddc9041b92302a2ff3ed4bee (diff) | |
download | ports-2061043e805cc0ef9c14ac28c71b05abc82d7023.tar.gz ports-2061043e805cc0ef9c14ac28c71b05abc82d7023.zip |
Notes
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 |