aboutsummaryrefslogtreecommitdiff
path: root/lang/micropython
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-10 08:55:08 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-10 08:55:08 +0000
commit0ed44f8feb77fe93ca1b69787d23b072ad29468b (patch)
tree7dba53066d09a8c2cd4023bc7e2ec06918f0f0d3 /lang/micropython
parent54df1957a421ea7c8241d0299e2deb666f031d26 (diff)
downloadports-0ed44f8feb77fe93ca1b69787d23b072ad29468b.tar.gz
ports-0ed44f8feb77fe93ca1b69787d23b072ad29468b.zip
- Convert my ports to USES=python
Notes
Notes: svn path=/head/; revision=364518
Diffstat (limited to 'lang/micropython')
-rw-r--r--lang/micropython/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile
index 4ba0a5f420ff..653390bdc057 100644
--- a/lang/micropython/Makefile
+++ b/lang/micropython/Makefile
@@ -11,8 +11,7 @@ LICENSE= MIT
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
-USE_PYTHON_BUILD= yes
-USES= gmake shebangfix pkgconfig readline
+USES= gmake pkgconfig python:build readline shebangfix
USE_GITHUB= yes
GH_ACCOUNT= micropython