aboutsummaryrefslogtreecommitdiff
path: root/www/axis
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-17 22:53:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-17 22:53:48 +0000
commit97049115a8d4e3fbda489f5edf8250bae28d0ccd (patch)
treeef85c45872b190f8a0bf98cb8398af6f44601b04 /www/axis
parentef9d1443a7cc749fba87e918e55428de709830cb (diff)
downloadports-97049115a8d4e3fbda489f5edf8250bae28d0ccd.tar.gz
ports-97049115a8d4e3fbda489f5edf8250bae28d0ccd.zip
Notes
Diffstat (limited to 'www/axis')
-rw-r--r--www/axis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile
index 7de4b32010a1..f78439858773 100644
--- a/www/axis/Makefile
+++ b/www/axis/Makefile
@@ -6,7 +6,7 @@
PORTNAME= axis
PORTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= ws/axis/${PORTVERSION:S,.,_,g}
@@ -28,8 +28,8 @@ 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/jakarta-tomcat41
-RUN_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/jakarta-tomcat41
+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