diff options
Diffstat (limited to 'games/py-sgflib/Makefile')
-rw-r--r-- | games/py-sgflib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/py-sgflib/Makefile b/games/py-sgflib/Makefile index bc6eb95de165..224eb2387d6d 100644 --- a/games/py-sgflib/Makefile +++ b/games/py-sgflib/Makefile @@ -5,7 +5,6 @@ CATEGORIES= games python MASTER_SITES= http://gotools.sourceforge.net/sgflib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Smart Game Format parser library for Python @@ -14,7 +13,7 @@ WWW= https://gotools.sourceforge.net/sgflib/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt -USES= python shebangfix +USES= python shebangfix tar:tgz USE_PYTHON= flavors NO_BUILD= yes NO_ARCH= yes |