aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2018-03-12 02:36:16 +0800
committerbrnrd <brnrd@FreeBSD.org>2018-03-12 02:36:16 +0800
commitf6cd62d8cbd16337caad56cf83305a57fcdb89fb (patch)
tree01d887f81b4a19b4080524459aff15fedda1fb0b /www
parent6779ec1ba0f71afc0d3068fc14de45ef396a5069 (diff)
downloadfreebsd-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')
-rw-r--r--www/mod_jk/Makefile3
-rw-r--r--www/p5-Apache-DBI/Makefile3
2 files changed, 2 insertions, 4 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
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile
index 4c3666b73d69..8a2b3459a989 100644
--- a/www/p5-Apache-DBI/Makefile
+++ b/www/p5-Apache-DBI/Makefile
@@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= p5-Apache-DBI-mp[12]*
-USES= perl5
+USES= apache:2.2+ perl5
USE_PERL5= configure
-USE_APACHE?= 22+
.include <bsd.port.mk>