diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
commit | 710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /databases | |
parent | 581a64ac608f8a28ef17c4b0cb597cc18ba8deb6 (diff) | |
download | freebsd-ports-graphics-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.gz freebsd-ports-graphics-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.zst freebsd-ports-graphics-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.zip |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'databases')
-rw-r--r-- | databases/memcached/Makefile | 2 | ||||
-rw-r--r-- | databases/pgpool-II-33/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index c94cc21778d..5528e73d325 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -20,7 +20,7 @@ CONFLICTS= memcached-1.2* # Dtrace option disabled until it is fixed upstream OPTIONS_DEFINE= SASL DOCS DTRACE -OPTIONS_DEFAULT= SASL DOCS +OPTIONS_DEFAULT= SASL DTRACE_DESC= Enable dtrace probes SASL_DESC= Enable SASL Authentication diff --git a/databases/pgpool-II-33/Makefile b/databases/pgpool-II-33/Makefile index 28c1e58293f..96d25887e75 100644 --- a/databases/pgpool-II-33/Makefile +++ b/databases/pgpool-II-33/Makefile @@ -28,7 +28,7 @@ DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp \ doc/tutorial-en.html doc/tutorial-ja.html OPTIONS_DEFINE+= DOCS SSL LIBMEMCACHED PAM -OPTIONS_DEFAULT= DOCS SSL PAM +OPTIONS_DEFAULT= SSL PAM # Buggy configure: adding eg. --without-pam to CONFIGURE_ARGS causes # USE_PAM to be *defined* in config.h Omit the --with-pam or |