diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-21 12:29:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-21 12:29:12 +0800 |
commit | da9fb59a3e09c0ade4079d20329ba0b7dc39f07c (patch) | |
tree | 7744bfc1d01df1bc737ca0ce2660d18132f5a809 /japanese | |
parent | 66cb3198669533d972f0e876e3a64610b4c5fc36 (diff) | |
download | freebsd-ports-gnome-da9fb59a3e09c0ade4079d20329ba0b7dc39f07c.tar.gz freebsd-ports-gnome-da9fb59a3e09c0ade4079d20329ba0b7dc39f07c.tar.zst freebsd-ports-gnome-da9fb59a3e09c0ade4079d20329ba0b7dc39f07c.zip |
Remove dependency on expiring port security/jce_policy14. Update to
rely on java 1.5+.
PR: ports/158969
Submitted by: rene
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xgate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index 6c2a630fa577..5ab0fac19ff9 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -16,14 +16,13 @@ DIST_SUBDIR= xGate MAINTAINER= nork@FreeBSD.org 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 +RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/tomcat41 BROKEN= fails to fetch NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ PLIST_SUB= T=${APP_HOME:S|^${LOCALBASE}/||} \ WWWUID=${WWWUID} WWWGID=${WWWGID} |