diff options
Diffstat (limited to 'games/py-poker-eval')
-rw-r--r-- | games/py-poker-eval/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 6efd186815d7..7858d0d0096f 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -17,17 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoker-eval.so:${PORTSDIR}/games/poker-eval -USES= libtool pkgconfig python:2 -USE_AUTOTOOLS= aclocal autoconf automake -ACLOCAL_ARGS= -I config -AUTOMAKE_ARGS= --add-missing +USES= autoreconf libtool pkgconfig python:2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= PYTHON="" PLIST_SUB= PYVER=${PYTHON_VER:S/./_/} -post-configure: - @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/config - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pokereval_2_7.so.1.0.0 |