diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-23 11:41:51 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-23 11:41:51 +0000 |
commit | 327558dc9e6213f55e314e11350a9f839d91a03e (patch) | |
tree | 99315da23827519623ae581257eedf3c47dafe8b /lang/php72/Makefile | |
parent | ca8cbf96390dff3a3b41b6e8679939c7105365ad (diff) |
lang/php72: Add missing conflict to php71-*
Also remove IPV6_DESC in favor of default description
Notes
Notes:
svn path=/head/; revision=454754
Diffstat (limited to 'lang/php72/Makefile')
-rw-r--r-- | lang/php72/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 23e4871795e6..14e297feb702 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -57,11 +57,10 @@ EMBED_DESC= Build embedded library DEBUG_DESC= Enable debug PHPDBG_DESC= Interactive PHP debugger DTRACE_DESC= Enable DTrace support -IPV6_DESC= Enable ipv6 support LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php56-* php70-* +CONFLICTS= php56-* php70-* php71-* DESTDIRNAME= INSTALL_ROOT |