diff options
author | pav <pav@FreeBSD.org> | 2009-12-08 17:19:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-08 17:19:02 +0800 |
commit | 315efc217be8f1f16f0f4944d5e51ba357cb4429 (patch) | |
tree | c2bc7a5e2f34d59cb08d9e5179fe05ce5330061f /www/axis | |
parent | 8bf357ad05cafcf8c8fe6234b80c63610418dcec (diff) | |
download | freebsd-ports-gnome-315efc217be8f1f16f0f4944d5e51ba357cb4429.tar.gz freebsd-ports-gnome-315efc217be8f1f16f0f4944d5e51ba357cb4429.tar.zst freebsd-ports-gnome-315efc217be8f1f16f0f4944d5e51ba357cb4429.zip |
- Remove support for expired port jakarta-tomcat4
Diffstat (limited to 'www/axis')
-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 b0b818f6904c..c5e70ad10d2e 100644 --- a/www/axis/Makefile +++ b/www/axis/Makefile @@ -30,10 +30,6 @@ RUN_DEPENDS+= ${LOCALBASE}/jakarta-tomcat5:${PORTSDIR}/www/jakarta-tomcat5 WEBAPPDIR= ${PREFIX}/jakarta-tomcat4.1/webapps BUILD_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41 RUN_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41 -.elif exists(${LOCALBASE}/jakarta-tomcat4.0.6/webapps) -WEBAPPDIR= ${PREFIX}/jakarta-tomcat4.0.6/webapps -BUILD_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.0.6:${PORTSDIR}/www/jakarta-tomcat4 -RUN_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.0.6:${PORTSDIR}/www/jakarta-tomcat4 .else WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps BUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 |