diff options
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 |