diff options
author | pav <pav@FreeBSD.org> | 2009-12-08 17:29:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-08 17:29:49 +0800 |
commit | e3fad89ec3ff7888a7ec97ae4a64f96e5280b434 (patch) | |
tree | 8188d25ba665de48fbd35f9c1fa4352fa218af52 /www | |
parent | fded38f679029f5bccfb51ed6c2030f5fe99afb5 (diff) | |
download | freebsd-ports-gnome-e3fad89ec3ff7888a7ec97ae4a64f96e5280b434.tar.gz freebsd-ports-gnome-e3fad89ec3ff7888a7ec97ae4a64f96e5280b434.tar.zst freebsd-ports-gnome-e3fad89ec3ff7888a7ec97ae4a64f96e5280b434.zip |
- Remove support of expired jakarta-tomcat5 port
Diffstat (limited to 'www')
-rw-r--r-- | www/axis/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile index c5e70ad10d2e..d7a0bd1d933f 100644 --- a/www/axis/Makefile +++ b/www/axis/Makefile @@ -22,10 +22,6 @@ COMMENT= Java SOAP implementation by Apache WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps BUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 -.elif exists(${LOCALBASE}/jakarta-tomcat5/webapps) -WEBAPPDIR= ${PREFIX}/jakarta-tomcat5/webapps -BUILD_DEPENDS+= ${LOCALBASE}/jakarta-tomcat5:${PORTSDIR}/www/jakarta-tomcat5 -RUN_DEPENDS+= ${LOCALBASE}/jakarta-tomcat5:${PORTSDIR}/www/jakarta-tomcat5 .elif exists(${LOCALBASE}/jakarta-tomcat4.1/webapps) WEBAPPDIR= ${PREFIX}/jakarta-tomcat4.1/webapps BUILD_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41 |