diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-12 01:38:45 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-12 01:38:45 +0800 |
commit | 6029be0806d7b5f9b9c6738a9d7150d6f80552cb (patch) | |
tree | 85e51f0eab4b6fd29e00eb4c35134e96e53c579a /www/mod_tidy | |
parent | 00fffb3d20ee3c35c008eaa9432b5240817e9cd8 (diff) | |
download | freebsd-ports-gnome-6029be0806d7b5f9b9c6738a9d7150d6f80552cb.tar.gz freebsd-ports-gnome-6029be0806d7b5f9b9c6738a9d7150d6f80552cb.tar.zst freebsd-ports-gnome-6029be0806d7b5f9b9c6738a9d7150d6f80552cb.zip |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
Diffstat (limited to 'www/mod_tidy')
-rw-r--r-- | www/mod_tidy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile index c04df45d85ca..a8a5c69767d6 100644 --- a/www/mod_tidy/Makefile +++ b/www/mod_tidy/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libtidy.so:www/tidy-lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_APACHE= 22+ +USES= apache:2.2+ AP_FAST_BUILD= yes AP_GENPLIST= yes AP_INC+= ${LOCALBASE}/include/tidy |