diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:52:16 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:52:16 +0800 |
commit | b41373c7de0113933ba54946a8c41a10d166cd57 (patch) | |
tree | f03527561482ff1ea85dbb668e027491c45829f5 /lang/tinypy | |
parent | 75f93ffec7a0e196580e13543a54802c44e8ac3b (diff) | |
download | freebsd-ports-gnome-b41373c7de0113933ba54946a8c41a10d166cd57.tar.gz freebsd-ports-gnome-b41373c7de0113933ba54946a8c41a10d166cd57.tar.zst freebsd-ports-gnome-b41373c7de0113933ba54946a8c41a10d166cd57.zip |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'lang/tinypy')
-rw-r--r-- | lang/tinypy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/tinypy/Makefile b/lang/tinypy/Makefile index bc44ed8d0e08..ae5a52e8b5e0 100644 --- a/lang/tinypy/Makefile +++ b/lang/tinypy/Makefile @@ -13,11 +13,10 @@ LICENSE= MIT PSFL LICENSE_COMB= multi LICENSE_FILE= LICENSE.txt -USE_PYTHON_BUILD= yes -USE_PYDISTUTILS= yes +USES= python:build +USE_PYTHON= distutils noegginfo PYDISTUTILS_BUILD_TARGET= linux -PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= bin/tinypy |