diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-23 10:58:27 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-23 10:58:27 +0000 |
commit | b10c557ad23819db146b544ec042584e6aa5ab0f (patch) | |
tree | 04ff4af78e3aef12420ed7119e89020b097d7bd7 /textproc/xerces-j/Makefile | |
parent | Remove non-existent WWW. (diff) |
Update to version 2.0.2
Diffstat (limited to 'textproc/xerces-j/Makefile')
-rw-r--r-- | textproc/xerces-j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 444fdcc038d9..9a69e6150064 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xerces-j -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= textproc java MASTER_SITES= http://xml.apache.org/dist/xerces-j/ DISTNAME= xerces-${PORTVERSION:S/./_/g} @@ -14,7 +14,7 @@ DISTFILES= Xerces-J-bin.${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= kevlo@FreeBSD.org -USE_JAVA= 1.2+ +USE_JAVA= 1.3+ WRKSRC= ${WRKDIR}/xerces-${PORTVERSION:S/./_/g} NO_BUILD= yes |