aboutsummaryrefslogtreecommitdiffstats
path: root/lang/py-clojure/Makefile
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-21 01:52:16 +0800
committermva <mva@FreeBSD.org>2014-10-21 01:52:16 +0800
commitb41373c7de0113933ba54946a8c41a10d166cd57 (patch)
treef03527561482ff1ea85dbb668e027491c45829f5 /lang/py-clojure/Makefile
parent75f93ffec7a0e196580e13543a54802c44e8ac3b (diff)
downloadfreebsd-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/py-clojure/Makefile')
-rw-r--r--lang/py-clojure/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/py-clojure/Makefile b/lang/py-clojure/Makefile
index a83d977e5db2..a2b1a0e858cc 100644
--- a/lang/py-clojure/Makefile
+++ b/lang/py-clojure/Makefile
@@ -13,8 +13,7 @@ COMMENT= Implementation of Clojure in Python
LICENSE= EPL
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>