diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
commit | 4f4e8c52c6a6c1fed51bba565374a17f5851edff (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /textproc/crimson | |
parent | de9b9ec948038187c339cacff86da98ea3b0835f (diff) | |
download | ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.tar.gz ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.zip |
Notes
Diffstat (limited to 'textproc/crimson')
-rw-r--r-- | textproc/crimson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index 665492a74a8e..8d1f3fc18cc5 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -3,7 +3,7 @@ PORTNAME= crimson PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc java MASTER_SITES= http://xml.apache.org/dist/crimson/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= girgen@partitur.se COMMENT= Implements the Java API for XML Processing (JAXP) -RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper +USE_JAVA= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JAVAVM?= ${LOCALBASE}/bin/javavm |