diff options
author | antoine <antoine@FreeBSD.org> | 2017-11-20 05:30:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-11-20 05:30:42 +0800 |
commit | 0d3a8fd83d8509f2050edb4787158ea51e44e98d (patch) | |
tree | 1eee19ba20eb8056d57abc0c962d2561df1470d2 /lang | |
parent | 9325243b33e451396211488d2772acd758d2dd37 (diff) | |
download | freebsd-ports-gnome-0d3a8fd83d8509f2050edb4787158ea51e44e98d.tar.gz freebsd-ports-gnome-0d3a8fd83d8509f2050edb4787158ea51e44e98d.tar.zst freebsd-ports-gnome-0d3a8fd83d8509f2050edb4787158ea51e44e98d.zip |
Remove nops, setting USES after bsd.port.pre.mk doesn't do anything
With hat: portmgr
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} |