diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-08 09:29:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-08 09:29:49 +0000 |
commit | d2fcbf0d2a98fda3e672008efd0139b137e65280 (patch) | |
tree | 62e001da9998af4e41e71197706678084ad18024 /www/axis | |
parent | 0b6cb8e3ee49b56428917984d13debbcb1c2df13 (diff) |
Notes
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 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 |