diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-14 11:15:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-14 11:15:03 +0800 |
commit | 001ad2e978cd474ba9737cc387ad33971244dad1 (patch) | |
tree | bb5ae18425703acfafa9b7ebb7f28ff3e2e09400 /www | |
parent | 1433e96df45e8657fe8389b5527cd2f15c04a379 (diff) | |
download | freebsd-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 'www')
-rw-r--r-- | www/bozohttpd/Makefile | 1 | ||||
-rw-r--r-- | www/mongoose/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 8dff3641468c..001543051a69 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -26,7 +26,6 @@ USES= cpe uidfix tar:bzip2 CPE_VENDOR= eterna HTPASSWD_DESC= Enable htpassword support -SSL_DESC= Enable SSL support CGI_DESC= Enable CGI support .include <bsd.port.options.mk> diff --git a/www/mongoose/Makefile b/www/mongoose/Makefile index 2df549e426a0..39552c42104d 100644 --- a/www/mongoose/Makefile +++ b/www/mongoose/Makefile @@ -39,8 +39,6 @@ DIRECTORY_LISTING_DESC= Enable directory listing LOGGING_DESC= Enable logging SSI_DESC= Enable SSI THREADS_DESC= Enable threads -SSL_DESC= Enable SSL -IPV6_DESC= Enable IPv6 support DEBUG_HEXDUMP_DESC= Enable hexdump of sent and received traffic SSL_USES= ssl |