diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
commit | 90e4be82825ccbf0a54d7f0c86778e37faa24604 (patch) | |
tree | e4d42d1a01d2f26e6678f4a42045d4b7ee2dadf6 /textproc/weka | |
parent | e42fb6b674459aeb59304ab3398a9804ff8e9237 (diff) |
Convert textproc to USES=zip
Notes
Notes:
svn path=/head/; revision=347786
Diffstat (limited to 'textproc/weka')
-rw-r--r-- | textproc/weka/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/weka/Makefile b/textproc/weka/Makefile index 92bf35ede10b..37e374518fde 100644 --- a/textproc/weka/Makefile +++ b/textproc/weka/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 PORTSCOUT= limitw:1,even # Second component is even for stable versions. -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |