diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
commit | 2a3dfed77d0c78197d3799bd80dbb353ede6f7c9 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /games/py-poker-eval | |
parent | 55dc7d6797d7a58c80a2195a08875ccef91992f2 (diff) | |
download | freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.gz freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.zst freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.zip |
Convert g* to USES=pkgconfig
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 f45e9d8a5fc5..9cac02240663 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection Makefile for: py-poker-eval -# Date created: Dec 14, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= poker-eval PORTVERSION= 0.138 @@ -21,8 +16,8 @@ LIB_DEPENDS= poker-eval.1:${PORTSDIR}/games/poker-eval LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_PYTHON= 2.5-2.7 -USE_PKGCONFIG= yes USE_AUTOTOOLS= aclocal autoconf automake libtool ACLOCAL_ARGS= -I config CONFIGURE_ARGS= PYTHON="" |