diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-12 02:36:16 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-12 02:36:16 +0800 |
commit | f6cd62d8cbd16337caad56cf83305a57fcdb89fb (patch) | |
tree | 01d887f81b4a19b4080524459aff15fedda1fb0b /www/mod_jk | |
parent | 6779ec1ba0f71afc0d3068fc14de45ef396a5069 (diff) | |
download | freebsd-ports-gnome-f6cd62d8cbd16337caad56cf83305a57fcdb89fb.tar.gz freebsd-ports-gnome-f6cd62d8cbd16337caad56cf83305a57fcdb89fb.tar.zst freebsd-ports-gnome-f6cd62d8cbd16337caad56cf83305a57fcdb89fb.zip |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
Diffstat (limited to 'www/mod_jk')
-rw-r--r-- | www/mod_jk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index ade86ef19e36..014ed91483d8 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -12,8 +12,7 @@ DISTNAME= tomcat-connectors-${PORTVERSION}-src MAINTAINER?= girgen@FreeBSD.org COMMENT?= Apache JK module for connecting to Tomcat using AJP1X -USES= gmake -USE_APACHE?= 22+ +USES= apache:2.2+ gmake APACHE_VER= 2.0 GNU_CONFIGURE= yes |