aboutsummaryrefslogtreecommitdiff
path: root/lang/micropython
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-23 13:24:53 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-23 13:24:53 +0000
commit2ac8e45b302661f32c1150bc000ad597714a545f (patch)
tree90ea9c07e1113a3bc340f96d46f703b5020d7eec /lang/micropython
parent9be0d645fd930e63a69f8b0fc651971b3be0f5f9 (diff)
downloadports-2ac8e45b302661f32c1150bc000ad597714a545f.tar.gz
ports-2ac8e45b302661f32c1150bc000ad597714a545f.zip
Add USES=readline to fix build on -current.
Notes
Notes: svn path=/head/; revision=362689
Diffstat (limited to 'lang/micropython')
-rw-r--r--lang/micropython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile
index bdd2b3c7fed6..0fa471add4e2 100644
--- a/lang/micropython/Makefile
+++ b/lang/micropython/Makefile
@@ -12,7 +12,7 @@ LICENSE= MIT
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
USE_PYTHON_BUILD= yes
-USES= gmake shebangfix pkgconfig
+USES= gmake shebangfix pkgconfig readline
USE_GITHUB= yes
GH_ACCOUNT= micropython