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:
parent
34b813a9fc
commit
aea147b6df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349756
@ -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"
|
||||
|
@ -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}
|
||||
|
@ -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"
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user