1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Replace DEFAULT_VERSIONS with PHP_DEFAULT.

This commit is contained in:
Alex Dupre 2014-03-31 14:25:48 +00:00
parent 34b813a9fc
commit aea147b6df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349756
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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}

View File

@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-fpm \
.if defined(PKGNAMEPREFIX)
USE_PHP= yes
DEFAULT_VERSIONS= php=55
PHP_DEFAULT= 5.5
IGNORE_WITH_PHP=53 54 5
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"

View File

@ -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=55
PHP_DEFAULT= 5.5
IGNORE_WITH_PHP=52 53 54 5
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}