diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-03-31 14:25:48 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-03-31 14:25:48 +0000 |
commit | aea147b6dff35a5ad92192fdb9f35986796e458c (patch) | |
tree | 84bec09569b2e34498749008521da39f6e1a0de9 /lang/php5 | |
parent | 34b813a9fc8a25d3e3c1336a4734ea1e32ecfd0c (diff) | |
download | ports-aea147b6dff35a5ad92192fdb9f35986796e458c.tar.gz ports-aea147b6dff35a5ad92192fdb9f35986796e458c.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 70baf14429f1..054b9e5f53e7 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USE_PHP= yes -DEFAULT_VERSIONS= php=5 +PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=53 55 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index a4f2d955a609..4ab3083093bd 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} -DEFAULT_VERSIONS= php=5 +PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=52 53 55 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} |