diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-19 14:48:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-19 14:48:21 +0800 |
commit | 053a6b39a13a7f4bd6fc166e3bd73459d2dc4c08 (patch) | |
tree | 7ddbd7661fb605f43899d55c4b5627a270ae4c28 /japanese | |
parent | 92ba9b7d1e31286235720731578413809c3ad82f (diff) | |
download | freebsd-ports-gnome-053a6b39a13a7f4bd6fc166e3bd73459d2dc4c08.tar.gz freebsd-ports-gnome-053a6b39a13a7f4bd6fc166e3bd73459d2dc4c08.tar.zst freebsd-ports-gnome-053a6b39a13a7f4bd6fc166e3bd73459d2dc4c08.zip |
Mark as broken: unfetchable.
While here, pet portlint.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xgate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index b42594095d01..6c2a630fa577 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -19,6 +19,8 @@ COMMENT= xGate webmail system implemented by Servlet over IMAP4/POP3 RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/tomcat41 \ ${JAVA_HOME}/jre/lib/security/.jce_policy14:${PORTSDIR}/security/jce_policy14 +BROKEN= fails to fetch + NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.4+ @@ -38,7 +40,7 @@ PORTDOCS= AdminGuide_V3.5.pdf \ UserGuide_V3.5.pdf \ xGate32to35migration.pdf -RESTRICTED= "Commercial license" +RESTRICTED= Commercial license .include <bsd.port.pre.mk> |