diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /graphics/batik/Makefile | |
parent | - update to 0.26 (diff) |
Convert g* to USES=zip
Diffstat (limited to '')
-rw-r--r-- | graphics/batik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index 507c140f8e54..a84363d7edc1 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -13,7 +13,7 @@ COMMENT= Java based SVG toolkit LICENSE= APACHE20 -USE_ZIP= yes +USES= zip USE_JAVA= 1.6+ USE_ANT= yes ALL_TARGET= jars all-jar |