diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 17:38:45 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 17:38:45 +0000 |
commit | 88b492b029f8dc46d990b19c522bbae931c597d0 (patch) | |
tree | 85e51f0eab4b6fd29e00eb4c35134e96e53c579a /www/mod_mono | |
parent | d05bbd04160c3afe705e88719c0a3749c4229949 (diff) | |
download | freebsd-ports-88b492b029f8dc46d990b19c522bbae931c597d0.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_mono')
-rw-r--r-- | www/mod_mono/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_mono/Makefile b/www/mod_mono/Makefile index 944f9bcaaa8e..25bdaedc0c08 100644 --- a/www/mod_mono/Makefile +++ b/www/mod_mono/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS= mono:lang/mono \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --man=${PREFIX}/man INSTALL_TARGET= install -USES= libtool mono pkgconfig -USE_APACHE= 22+ +USES= apache:2.2+ libtool mono pkgconfig .include <bsd.port.pre.mk> |