aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2016-11-14 11:15:03 +0800
committerdanfe <danfe@FreeBSD.org>2016-11-14 11:15:03 +0800
commit001ad2e978cd474ba9737cc387ad33971244dad1 (patch)
treebb5ae18425703acfafa9b7ebb7f28ff3e2e09400 /lang
parent1433e96df45e8657fe8389b5527cd2f15c04a379 (diff)
downloadfreebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.tar.gz
freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.tar.zst
freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.zip
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage
Diffstat (limited to 'lang')
-rw-r--r--lang/php56-extensions/Makefile1
-rw-r--r--lang/php56/Makefile1
-rw-r--r--lang/php70-extensions/Makefile1
-rw-r--r--lang/php70/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/lang/php56-extensions/Makefile b/lang/php56-extensions/Makefile
index 81ccccb8181a..385757313fb6 100644
--- a/lang/php56-extensions/Makefile
+++ b/lang/php56-extensions/Makefile
@@ -52,7 +52,6 @@ MYSQL_DESC= MySQL database support
MYSQLI_DESC= MySQLi database support
ODBC_DESC= ODBC support
OPCACHE_DESC= OPcache support
-OPENSSL_DESC= OpenSSL support
PCNTL_DESC= pcntl support (CLI only)
PDF_DESC= PDFlib support (implies GD)
PDO_DESC= PHP Data Objects Interface (PDO)
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index bd40b59aad75..2df5b1decec9 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -47,7 +47,6 @@ FPM_DESC= Build FPM version
EMBED_DESC= Build embedded library
DEBUG_DESC= Enable debug
DTRACE_DESC= Enable DTrace support
-IPV6_DESC= Enable ipv6 support
MAILHEAD_DESC= Enable mail header patch
LINKTHR_DESC= Link thread lib (for threaded extensions)
ZTS_DESC= Force Zend Thread Safety (ZTS) build
diff --git a/lang/php70-extensions/Makefile b/lang/php70-extensions/Makefile
index 619301865a02..bc46689d9cc8 100644
--- a/lang/php70-extensions/Makefile
+++ b/lang/php70-extensions/Makefile
@@ -51,7 +51,6 @@ MCRYPT_DESC= Encryption support
MYSQLI_DESC= MySQLi database support
ODBC_DESC= ODBC support
OPCACHE_DESC= OPcache support
-OPENSSL_DESC= OpenSSL support
PCNTL_DESC= pcntl support (CLI only)
PDF_DESC= PDFlib support (implies GD)
PDO_DESC= PHP Data Objects Interface (PDO)
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index 80460e0d6046..e066eb7ea1a1 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -50,7 +50,6 @@ 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