diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-16 17:40:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-16 17:40:13 +0000 |
commit | ea3629c01af237b364bb50a2b4ec4c5228a72ffc (patch) | |
tree | 90409670a56e7a827f22731964352bfec5b98960 /astro/osmium | |
parent | 92d95b8d9e479b446f6a0995c02dba71f6691a85 (diff) |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook
Notes
Notes:
svn path=/head/; revision=336650
Diffstat (limited to 'astro/osmium')
-rw-r--r-- | astro/osmium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile index 1d0658898280..aa4fef55d15a 100644 --- a/astro/osmium/Makefile +++ b/astro/osmium/Makefile @@ -32,7 +32,7 @@ CXXFLAGS+= -I${LOCALBASE}/include \ PORTDOCS= * OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS -OPTIONS_DEFAULT=JAVASCRIPT DOCS +OPTIONS_DEFAULT=JAVASCRIPT JAVASCRIPT_DESC=Enable javascript support .include <bsd.port.options.mk> |