diff options
-rw-r--r-- | games/py-poker-eval/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index c4dfd65f3b0f..4d670e727726 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -11,13 +11,12 @@ DISTNAME= py${PORTNAME}-${PORTVERSION:E}.0 MAINTAINER= ports@FreeBSD.org COMMENT= Python adaptor for the poker-eval toolkit -LIB_DEPENDS= poker-eval.1:${PORTSDIR}/games/poker-eval +LIB_DEPENDS= libpoker-eval.so:${PORTSDIR}/games/poker-eval LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 USE_AUTOTOOLS= aclocal autoconf automake libtool ACLOCAL_ARGS= -I config AUTOMAKE_ARGS= --add-missing @@ -25,7 +24,6 @@ CONFIGURE_ARGS= PYTHON="" PLIST_SUB= PYVER=${PYTHON_VER:S/./_/} -NO_STAGE= yes post-configure: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/config |