diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-08-23 18:58:27 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-08-23 18:58:27 +0800 |
commit | 32d958837801817d3fab3da9a365c7c22e9f3b60 (patch) | |
tree | 48acbcc9db3302a7d4badfc979e2ea1eda291c11 /textproc/xerces-j/Makefile | |
parent | 774af2912af7627ff9e67b78ce313e0e670f5d7a (diff) | |
download | freebsd-ports-gnome-32d958837801817d3fab3da9a365c7c22e9f3b60.tar.gz freebsd-ports-gnome-32d958837801817d3fab3da9a365c7c22e9f3b60.tar.zst freebsd-ports-gnome-32d958837801817d3fab3da9a365c7c22e9f3b60.zip |
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 |