diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-03-10 22:10:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-03-10 22:10:03 +0000 |
commit | 42d47dab55b1c1deac26da5eb58f889e4a5dd35d (patch) | |
tree | 05c1d6ce242dbcac595e31171a4562066b07c922 /games/liquidwar | |
parent | e35a369eba2e1316ba24158a0fde2a9ebd5d793a (diff) | |
download | ports-42d47dab55b1c1deac26da5eb58f889e4a5dd35d.tar.gz ports-42d47dab55b1c1deac26da5eb58f889e4a5dd35d.zip |
Notes
Diffstat (limited to 'games/liquidwar')
-rw-r--r-- | games/liquidwar/Makefile | 1 | ||||
-rw-r--r-- | games/liquidwar/files/patch-configure | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index 7510a63b8682..210a7cb06acb 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -7,6 +7,7 @@ PORTNAME= liquidwar PORTVERSION= 5.6.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \ ${MASTER_SITE_SAVANNAH} \ diff --git a/games/liquidwar/files/patch-configure b/games/liquidwar/files/patch-configure new file mode 100644 index 000000000000..8609cc8d1548 --- /dev/null +++ b/games/liquidwar/files/patch-configure @@ -0,0 +1,24 @@ +--- configure.orig Sun Mar 11 09:05:03 2007 ++++ configure Sun Mar 11 09:05:54 2007 +@@ -5345,9 +5345,9 @@ + if test "${ac_cv_prog_PYTHON+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else +- if test -n "$PYTHON"; then +- ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test. +-else ++# if test -n "$PYTHON"; then ++# ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test. ++#else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do +@@ -5364,7 +5364,7 @@ + + test -z "$ac_cv_prog_PYTHON" && ac_cv_prog_PYTHON="no" + fi +-fi ++#fi + PYTHON=$ac_cv_prog_PYTHON + if test -n "$PYTHON"; then + echo "$as_me:$LINENO: result: $PYTHON" >&5 |