diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
commit | 9f5deb008fb9786f9a9264889d43296a258e9d92 (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/jlatexmath | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) |
Convert m* to USES=zip
Notes
Notes:
svn path=/head/; revision=347776
Diffstat (limited to 'math/jlatexmath')
-rw-r--r-- | math/jlatexmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index 0bbe2584c5a5..9af3afefa843 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -13,7 +13,7 @@ COMMENT= Java API to display mathematical formulas written in LaTeX LICENSE= GPLv2 -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_BUILD= yes |