diff options
author | makc <makc@FreeBSD.org> | 2010-09-04 15:00:52 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-04 15:00:52 +0800 |
commit | 90bd3b3fa289b1853cbcaad74735616e1f8fb3bc (patch) | |
tree | 895f5076fd797a1b95931f16a6e81e90d328a2b7 /graphics | |
parent | ec3c32a82eeb34c8181225995a04e590892c8313 (diff) | |
download | freebsd-ports-gnome-90bd3b3fa289b1853cbcaad74735616e1f8fb3bc.tar.gz freebsd-ports-gnome-90bd3b3fa289b1853cbcaad74735616e1f8fb3bc.tar.zst freebsd-ports-gnome-90bd3b3fa289b1853cbcaad74735616e1f8fb3bc.zip |
Build batik-all.jar required for scilab.
PR: ports/150134
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/batik/Makefile | 3 |
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} |