diff options
author | tg <tg@FreeBSD.org> | 1997-05-09 09:31:08 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-05-09 09:31:08 +0000 |
commit | 0b7fb00c07be5be5d2d0a61b203b2d425ae5b5c8 (patch) | |
tree | 97ad7c8c2428d114c345a476070c344c91ff2041 /games | |
parent | 95e471e514fa24b8e22b5af9f24fc6628cbcf4de (diff) | |
download | FreeBSD-ports-0b7fb00c07be5be5d2d0a61b203b2d425ae5b5c8.zip FreeBSD-ports-0b7fb00c07be5be5d2d0a61b203b2d425ae5b5c8.tar.gz |
Circumvent check for wishx.
Diffstat (limited to 'games')
-rw-r--r-- | games/dontspace/Makefile | 3 | ||||
-rw-r--r-- | games/klondike/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index de096d5..2bdf10e 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/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:44:38 tg Exp $ # DISTNAME= dontspace-1.2 @@ -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= dontspace.6 .include <bsd.port.mk> diff --git a/games/klondike/Makefile b/games/klondike/Makefile index 997bb2a..5dfdff2 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> |