diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:26:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:26:23 +0000 |
commit | 9d0d36844147be9bc1cd05fa71655a9051451075 (patch) | |
tree | fd12527fd5787958c6da538df5898b4c3b346697 /www/mod_jk/Makefile | |
parent | 1218ff84c26837718e04634994db9ca22cdaedf9 (diff) | |
download | ports-9d0d36844147be9bc1cd05fa71655a9051451075.tar.gz ports-9d0d36844147be9bc1cd05fa71655a9051451075.zip |
Notes
Diffstat (limited to 'www/mod_jk/Makefile')
-rw-r--r-- | www/mod_jk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index 85204899eda5..30340725f82c 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -18,6 +18,8 @@ DISTNAME= jakarta-tomcat-${PORTVERSION}-src MAINTAINER= znerd@FreeBSD.org COMMENT= Apache module for Tomcat 3 +BROKEN= "Broken dependency" + BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} \ ${TOMCAT_HOME}/lib/tomcat.jar:${PORTSDIR}/www/jakarta-tomcat3 |