diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-08-30 12:05:07 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-08-30 12:05:07 +0800 |
commit | 53792bf1df45bca40ec6dadadf85bf25b78697ad (patch) | |
tree | 9c502719c4b2a6db597c5a905a70e389ee26796b /devel | |
parent | bf54e29e8e0ac80ee0f62da49230a4a87129e908 (diff) | |
download | freebsd-ports-gnome-53792bf1df45bca40ec6dadadf85bf25b78697ad.tar.gz freebsd-ports-gnome-53792bf1df45bca40ec6dadadf85bf25b78697ad.tar.zst freebsd-ports-gnome-53792bf1df45bca40ec6dadadf85bf25b78697ad.zip |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cgit/Makefile | 2 | ||||
-rw-r--r-- | devel/vasm/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 8896c823ba5f..51ac6e7fd437 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -35,7 +35,7 @@ SUB_FILES= pkg-message PORTDOCS= ${PORTNAME}rc.5.txt OPTIONS_DEFINE= DOCS ASCIIDOC -OPTIONS_DEFAULT= DOCS ASCIIDOC +OPTIONS_DEFAULT= ASCIIDOC OPTIONS_SUB= yes ASCIIDOC_DESC= Use asciidoc to preprocess man page diff --git a/devel/vasm/Makefile b/devel/vasm/Makefile index 9bb307bdab9e..5d6f7c0fdfac 100644 --- a/devel/vasm/Makefile +++ b/devel/vasm/Makefile @@ -21,7 +21,6 @@ USES= gmake pathfix WRKSRC= ${WRKDIR}/vasm OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS DOCS_USES= makeinfo CPU_LIST= 6502 6800 arm c16x jagrisc m68k ppc qnice tr3200 vidcore x86 z80 |