diff options
author | ak <ak@FreeBSD.org> | 2012-11-09 01:57:59 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-11-09 01:57:59 +0800 |
commit | 7fd19a6b3dd1cb6922fa17404c609f7a89f30fc7 (patch) | |
tree | 6eef422d16459f8f88bc989e89be13ff459a07aa /dns | |
parent | 8143e4ae14c9ec6cc08ba286177264a3eb0c42dd (diff) | |
download | freebsd-ports-gnome-7fd19a6b3dd1cb6922fa17404c609f7a89f30fc7.tar.gz freebsd-ports-gnome-7fd19a6b3dd1cb6922fa17404c609f7a89f30fc7.tar.zst freebsd-ports-gnome-7fd19a6b3dd1cb6922fa17404c609f7a89f30fc7.zip |
- Rename DOCS option to DOXYGEN and turn it off by default, restoring pre-OptionsNG status quo
- Shorten GOST option description, to fit in old dialog's line restrictions on 8.x
- Use standard EXAMPLES/DOXYGEN descriptions
- Remove quotes from option descriptions
Approved by: Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldns/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index cf121265383f..9b6cb71ad9af 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -3,6 +3,7 @@ PORTNAME= ldns PORTVERSION= 1.6.15 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL @@ -17,12 +18,11 @@ USE_GMAKE= yes USE_OPENSSL= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS EXAMPLES DRILL GOST PYLDNS +OPTIONS_DEFINE= DOXYGEN EXAMPLES DRILL GOST PYLDNS OPTIONS_DEFAULT= EXAMPLES DRILL -EXAMPLES_DESC= "With example programs" -DRILL_DESC= "With drill program" -GOST_DESC= "GOST signatures enabled (requires openssl >= 1.0.0)" +DRILL_DESC= With drill program +GOST_DESC= GOST signatures enabled, requires openssl >= 1.0.0 PYLDNS_DESC= ${PYTHON_DESC} .include <bsd.port.options.mk> @@ -34,7 +34,7 @@ USE_PYTHON= yes ALL_TARGET= all INSTALL_TARGET= install-lib install-h install-config -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen ALL_TARGET+= doc INSTALL_TARGET+=install-manpages |