View | Details | Raw Unified | Return to bug 161230
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 16-22 Link Here
16
MAINTAINER=	nork@FreeBSD.org
16
MAINTAINER=	nork@FreeBSD.org
17
COMMENT=	xGate webmail system implemented by Servlet over IMAP4/POP3
17
COMMENT=	xGate webmail system implemented by Servlet over IMAP4/POP3
18
18
19
RUN_DEPENDS=	tomcat41ctl:${PORTSDIR}/www/tomcat41
19
RUN_DEPENDS=	${APP_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
20
20
21
BROKEN=		fails to fetch
21
BROKEN=		fails to fetch
22
22
Lines 43-49 Link Here
43
43
44
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
45
45
46
APP_HOME!=	${MAKE} -C ${PORTSDIR}/www/tomcat41 -VAPP_HOME
46
APP_HOME!=	${MAKE} -C ${PORTSDIR}/www/tomcat6 -VAPP_HOME
47
47
48
CNFLSTS=	account/admin.ndt	\
48
CNFLSTS=	account/admin.ndt	\
49
		account/license.dat	\
49
		account/license.dat	\

Return to bug 161230