diff options
author | pav <pav@FreeBSD.org> | 2011-03-11 07:06:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-11 07:06:10 +0800 |
commit | 474dbbd107ee7bf6fffbd6de3ac61db79975c150 (patch) | |
tree | 9ee16a50c49c4dc5cfa65f1d6e5d4450cde17940 /games/poker-engine | |
parent | 12dd6ef29207624bc0cfa7aa64778d5d54f33786 (diff) | |
download | freebsd-ports-gnome-474dbbd107ee7bf6fffbd6de3ac61db79975c150.tar.gz freebsd-ports-gnome-474dbbd107ee7bf6fffbd6de3ac61db79975c150.tar.zst freebsd-ports-gnome-474dbbd107ee7bf6fffbd6de3ac61db79975c150.zip |
- py-poker-eval is limited to python 2.5-2.6 so limit this too
Reported by: pointyhat
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 5ac8683a1940..3382eb3c3af9 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= pkgconfig -USE_PYTHON= 2.5+ +USE_PYTHON= 2.5-2.6 USE_GMAKE= yes GNU_CONFIGURE= yes |