diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-17 22:30:16 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-17 22:30:16 +0000 |
commit | a9b50a69194a7b72a9faa89410f000c3e462b1ed (patch) | |
tree | 50052800d80588461a792eb1c6ed9fddb51f6d7a /japanese | |
parent | ae7160e0d6bb5c9c2d284ccb38e7a0bb1ad46786 (diff) | |
download | ports-a9b50a69194a7b72a9faa89410f000c3e462b1ed.tar.gz ports-a9b50a69194a7b72a9faa89410f000c3e462b1ed.zip |
- Follow moved dependency
- Bump PORTREVISION
- Fix INDEX build [1]
Pointyhat to: gabor [1]
Notes
Notes:
svn path=/head/; revision=187609
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xgate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index 05d847c6b6ec..cc6072b3a9aa 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -6,6 +6,7 @@ PORTNAME= xgate PORTVERSION= 3.5pl3 +PORTREVISION= 1 CATEGORIES= japanese mail www java MASTER_SITES= http://www.orangesoft.co.jp/xGate/download/ DISTNAME= ${PORTNAME}pkg${PORTVERSION} @@ -15,7 +16,7 @@ DIST_SUBDIR= xGate MAINTAINER= nork@FreeBSD.org COMMENT= xGate webmail system implemented by Servlet over IMAP4/POP3 -RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41 \ +RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/tomcat41 \ ${JAVA_HOME}/jre/lib/security/.jce_policy14:${PORTSDIR}/security/jce_policy14 NO_BUILD= yes |