aboutsummaryrefslogtreecommitdiff
path: root/graphics/batik
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-04 07:00:52 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-04 07:00:52 +0000
commit241466365a6c8dde398c486b36619bac8a156751 (patch)
tree21372869320f3e5a1aacf3bd3ac2d5f7b18af134 /graphics/batik
parent1b3d87d83b6287719e79865d6b57414f6f899b0a (diff)
downloadports-241466365a6c8dde398c486b36619bac8a156751.tar.gz
ports-241466365a6c8dde398c486b36619bac8a156751.zip
Build batik-all.jar required for scilab.
PR: ports/150134 Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Notes
Notes: svn path=/head/; revision=260524
Diffstat (limited to 'graphics/batik')
-rw-r--r--graphics/batik/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile
index cd2c108acb27..ae1bc78bc549 100644
--- a/graphics/batik/Makefile
+++ b/graphics/batik/Makefile
@@ -8,6 +8,7 @@
PORTNAME= batik
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= graphics java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= xmlgraphics/${PORTNAME}
@@ -21,7 +22,7 @@ USE_JAVA= 1.5+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_ANT= yes
USE_JIKES= no
-ALL_TARGET= jars
+ALL_TARGET= jars all-jar
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
TARGET_DIR= ${WRKSRC}/${PORTNAME}-${PORTVERSION}