diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 17:00:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 17:00:14 +0000 |
commit | 1b1b29c5e67c38e250e44ae7563d512ebe74fea2 (patch) | |
tree | 6970168a5505ab8a1e3f83ccfe8038cceb959628 /games/poker-engine | |
parent | 5c8b7419b2fd183f0fd102640a7a0b95aa54385b (diff) | |
download | ports-1b1b29c5e67c38e250e44ae7563d512ebe74fea2.tar.gz ports-1b1b29c5e67c38e250e44ae7563d512ebe74fea2.zip |
Notes
Diffstat (limited to 'games/poker-engine')
-rw-r--r-- | games/poker-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 009b371f4799..5368bebb9a6b 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ BUILD_DEPENDS= ${RUN_DEPENDS} USE_GNOME= pkgconfig -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes USE_GMAKE= yes |