From f392fc829579e6a6d974c2422d18f1dda65c0d90 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 8 Apr 2014 15:15:31 +0000 Subject: Force users to update their options file if APACHE was selected. --- lang/php5/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lang/php5/Makefile') diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 029b1f0fd383..c1e7d63724c2 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -87,6 +87,11 @@ CONFIGURE_ARGS+=--enable-fpm \ --with-fpm-group=${WWWGRP} .endif +.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE} +IGNORE= doesn't install the Apache module anymore:\ + update your OPTIONS and build www/mod_php5 port instead +.endif + .if defined(PKGNAMEPREFIX) USE_PHP= yes PHP_DEFAULT= 5.4 -- cgit v1.2.3