diff options
author | hq <hq@FreeBSD.org> | 2005-03-30 04:26:43 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-03-30 04:26:43 +0800 |
commit | ad59dd73652900e630527ccb499ac43c40824b91 (patch) | |
tree | d21c792fd8deed01c69a078307d80a92d3a92c3e /textproc/xmlpull | |
parent | 781005da02a4353ce87dc44753ea7f5b9e3ce79d (diff) | |
download | freebsd-ports-gnome-ad59dd73652900e630527ccb499ac43c40824b91.tar.gz freebsd-ports-gnome-ad59dd73652900e630527ccb499ac43c40824b91.tar.zst freebsd-ports-gnome-ad59dd73652900e630527ccb499ac43c40824b91.zip |
Unbreak: add a mirror
Submitted by: krion
Approved by: portmgr (krion)
Diffstat (limited to 'textproc/xmlpull')
-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} |