diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-17 22:53:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-17 22:53:48 +0000 |
commit | 97049115a8d4e3fbda489f5edf8250bae28d0ccd (patch) | |
tree | ef85c45872b190f8a0bf98cb8398af6f44601b04 /www/axis | |
parent | ef9d1443a7cc749fba87e918e55428de709830cb (diff) | |
download | ports-97049115a8d4e3fbda489f5edf8250bae28d0ccd.tar.gz ports-97049115a8d4e3fbda489f5edf8250bae28d0ccd.zip |
- Follow moved dependency
- Bump PORTREVISION
- Fix INDEX build
Pointyhat to: gabor
Notes
Notes:
svn path=/head/; revision=187615
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 |