diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-28 14:08:46 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-28 14:08:46 +0000 |
commit | de3b8cbdaceae0cf6823a7b98cc7bcf86f44d664 (patch) | |
tree | 7b65006b5ca5f588cbe1555a9ed17776c5e66109 /textproc/xalan-j/Makefile | |
parent | d7e6656197fdfebb838833a77ae7961a517271cf (diff) | |
download | ports-de3b8cbdaceae0cf6823a7b98cc7bcf86f44d664.tar.gz ports-de3b8cbdaceae0cf6823a7b98cc7bcf86f44d664.zip |
Notes
Diffstat (limited to 'textproc/xalan-j/Makefile')
-rw-r--r-- | textproc/xalan-j/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 0407bd521b46..2c2d1f2a585e 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -6,14 +6,18 @@ # PORTNAME= xalan-j -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= java textproc -MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ -DISTNAME= ${PORTNAME}_2_0_0 +MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \ + http://xml.apache.org/dist/old/${PORTNAME}/ \ + http://www.jollem.com/~ernst/ +DISTNAME= ${PORTNAME}_2_0_1 MAINTAINER= ernst@jollem.com -RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13 +RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper + +JAVAVM?= ${LOCALBASE}/bin/javavm NO_BUILD= YES PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION} |