diff options
Diffstat (limited to 'lang/py-clojure/Makefile')
-rw-r--r-- | lang/py-clojure/Makefile | 5 |
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> |