diff options
Diffstat (limited to 'www/mod_jk2/Makefile')
-rw-r--r-- | www/mod_jk2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index 5882a93..1e905f0 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -16,11 +16,8 @@ DISTNAME= jakarta-tomcat-connectors-jk-${PORTVERSION}-src MAINTAINER= lansil@fuzzynerd.com COMMENT= Apache 2.0 module for Tomcat -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} - -APXS?= ${PREFIX}/sbin/apxs -APACHE_PORT?= ${PORTSDIR}/www/apache2 +USE_APACHE= yes +WITH_APACHE2= yes APACHE_CONF= ${PREFIX}/etc/apache2 WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk-${PORTVERSION}-src/jk/native |