diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-03 03:51:23 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-03 03:51:23 +0800 |
commit | e5fb007e084172c8b9d07b206292d9e890448a22 (patch) | |
tree | 5150bead46c7da4f5c08fc2a60f268f3c48651ef /editors/xxe/Makefile | |
parent | 8bec12070f6b21f5425a503098c5fce418dbb7eb (diff) | |
download | freebsd-ports-gnome-e5fb007e084172c8b9d07b206292d9e890448a22.tar.gz freebsd-ports-gnome-e5fb007e084172c8b9d07b206292d9e890448a22.tar.zst freebsd-ports-gnome-e5fb007e084172c8b9d07b206292d9e890448a22.zip |
Unbreak by upgrading to version 4.9.1. Adopt.
Diffstat (limited to 'editors/xxe/Makefile')
-rw-r--r-- | editors/xxe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 7e57bf8893f3..34f75378b8ae 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -13,15 +13,13 @@ MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ \ PKGNAMESUFFIX= -perso DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dougb@FreeBSD.org COMMENT= A validating XML editor featuring a word processor-like view USE_JAVA= YES JAVA_VERSION= 1.5+ NO_BUILD= YES -BROKEN= unfetchable - RESTRICTED= Licensee may not distribute the Software BINS= convertdoc csscheck deploywebstart translatexxe xmltool xxe |