diff options
author | gabor <gabor@FreeBSD.org> | 2007-03-18 06:53:48 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-03-18 06:53:48 +0800 |
commit | 28d1287ca150753cc78c2a614df8394007e99a96 (patch) | |
tree | ab42e696df3c5a941284eb68ad9e7f0275450a3e /www/axis | |
parent | cd81d8330e5c69e88d1e73f988b325527e21ee87 (diff) | |
download | freebsd-ports-gnome-28d1287ca150753cc78c2a614df8394007e99a96.tar.gz freebsd-ports-gnome-28d1287ca150753cc78c2a614df8394007e99a96.tar.zst freebsd-ports-gnome-28d1287ca150753cc78c2a614df8394007e99a96.zip |
- Follow moved dependency
- Bump PORTREVISION
- Fix INDEX build
Pointyhat to: gabor
Diffstat (limited to 'www/axis')
-rw-r--r-- | www/axis/Makefile | 6 |
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 |