diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:01:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:01:35 +0800 |
commit | 711c68d99f91c36f0bcc68302c6edcffbb5419f9 (patch) | |
tree | 51c86af206180a611e873a16bc42b382a126a199 /lang/clojure | |
parent | 535603142a5363ff4c7df16601143fe02f9d547c (diff) | |
download | freebsd-ports-gnome-711c68d99f91c36f0bcc68302c6edcffbb5419f9.tar.gz freebsd-ports-gnome-711c68d99f91c36f0bcc68302c6edcffbb5419f9.tar.zst freebsd-ports-gnome-711c68d99f91c36f0bcc68302c6edcffbb5419f9.zip |
Convert l* to USES=zip
Diffstat (limited to 'lang/clojure')
-rw-r--r-- | lang/clojure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clojure/Makefile b/lang/clojure/Makefile index 6f9e846ab8e1..3b3160f96f43 100644 --- a/lang/clojure/Makefile +++ b/lang/clojure/Makefile @@ -12,7 +12,7 @@ COMMENT= Dynamic programming language for the JVM LICENSE= EPL -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |