diff options
Diffstat (limited to 'games/poker-engine/Makefile')
-rw-r--r-- | games/poker-engine/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 892926acccc5..f4a9ba648eb9 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -7,8 +7,7 @@ # PORTNAME= poker-engine -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ @@ -19,14 +18,17 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ ${PYTHON_SITELIBDIR}/pokereval.py:${PORTSDIR}/games/py-poker-eval \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= conflicting dependencies (py26-* and py27-*) +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= pkgconfig -USE_PYTHON= 2.5-2.6 +USE_PYTHON= 2.5-2.7 +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN8= pokerconfigupgrade.8 |