diff options
-rw-r--r-- | textproc/xmlpull/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xmlpull/Makefile b/textproc/xmlpull/Makefile index 0c9368460ca0..6f6912554715 100644 --- a/textproc/xmlpull/Makefile +++ b/textproc/xmlpull/Makefile @@ -9,15 +9,14 @@ PORTNAME= xmlpull PORTVERSION= 1.1.3.4a PORTREVISION= 1 CATEGORIES= textproc java -MASTER_SITES= http://www.xmlpull.org/v1/download/ +MASTER_SITES= http://voodoo.oberon.net/download/ \ + http://www.xmlpull.org/v1/download/ DISTNAME= ${DISTNAME_PREFX}_src EXTRACT_SUFX= .tgz MAINTAINER= hq@FreeBSD.org COMMENT= Common API for XML Pull Parsing (XmlPull) -BROKEN= Unfetchable - USE_JAVA= yes JAVA_VERSION= 1.3+ DISTNAME_PREFX= ${PORTNAME}_${PORTVERSION:S/./_/g} |