diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-09 09:31:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-09 09:31:08 +0000 |
commit | dd329ac4c1cae0d5a71c97ba9cbffe9d964e2321 (patch) | |
tree | 75fa8008e95d68d2279a00825ae8caa2807c86f9 /games/klondike | |
parent | 1294f54fbb0f66870eed0f5eb64754b652b9deec (diff) | |
download | ports-dd329ac4c1cae0d5a71c97ba9cbffe9d964e2321.tar.gz ports-dd329ac4c1cae0d5a71c97ba9cbffe9d964e2321.zip |
Notes
Diffstat (limited to 'games/klondike')
-rw-r--r-- | games/klondike/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile index 997bb2a38118..5dfdff2f416a 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.1.1.1 1997/05/07 07:41:50 tg Exp $ +# $Id: Makefile,v 1.2 1997/05/07 07:47:00 tg Exp $ # DISTNAME= klondike-1.8 @@ -17,6 +17,7 @@ RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 GNU_CONFIGURE= Yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ --mandir=${PREFIX}/man +CONFIGURE_ENV+= WISHX=${PREFIX}/bin/wish4.1 MAN6= klondike.6 .include <bsd.port.mk> |