diff options
author | mva <mva@FreeBSD.org> | 2014-08-10 16:55:08 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-10 16:55:08 +0800 |
commit | 948b01e37e87379ed9a87280c5e3965f448f399a (patch) | |
tree | 7dba53066d09a8c2cd4023bc7e2ec06918f0f0d3 /lang | |
parent | 57a08a863f07c3e9a7219f0fad05e83794033217 (diff) | |
download | freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.tar.gz freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.tar.zst freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.zip |
- Convert my ports to USES=python
Diffstat (limited to 'lang')
-rw-r--r-- | lang/micropython/Makefile | 3 |
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 |