diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php56/Makefile | 3 | ||||
-rw-r--r-- | lang/php70/Makefile | 4 | ||||
-rw-r--r-- | lang/php71/Makefile | 4 | ||||
-rw-r--r-- | lang/php72/Makefile | 4 |
4 files changed, 0 insertions, 15 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 97bc2545a6e5..a45fa4749043 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -87,9 +87,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 56 -IGNORE_WITH_PHP=53 54 5 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} diff --git a/lang/php70/Makefile b/lang/php70/Makefile index adb0683a8025..695a79455cf4 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -85,9 +85,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 70 -IGNORE_WITH_PHP= 56 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -135,7 +132,6 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts CONFIGURE_ENV+= pthreads_working="yes" -USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE} diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 8be5373ca524..40cc363c2bba 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -88,9 +88,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 71 -IGNORE_WITH_PHP= 55 56 70 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -138,7 +135,6 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts CONFIGURE_ENV+= pthreads_working="yes" -USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE} diff --git a/lang/php72/Makefile b/lang/php72/Makefile index bb8ea960390e..aac77fa8a240 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -88,9 +88,6 @@ CONFIGURE_ARGS+=--enable-fpm \ .endif .if defined(PKGNAMEPREFIX) -USES+= php -PHP_VER= 72 -IGNORE_WITH_PHP= 56 70 71 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} @@ -138,7 +135,6 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts CONFIGURE_ENV+= pthreads_working="yes" -USES= localhost .endif .if ${PORT_OPTIONS:MDTRACE} |