diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-17 01:40:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-17 01:40:13 +0800 |
commit | 26441a76abed38f0d11978cd4614fc35cdd01efc (patch) | |
tree | 90409670a56e7a827f22731964352bfec5b98960 /astro/osmium | |
parent | 8d58c97eccae5e29e66a58a2c8842f859e259d2c (diff) | |
download | freebsd-ports-gnome-26441a76abed38f0d11978cd4614fc35cdd01efc.tar.gz freebsd-ports-gnome-26441a76abed38f0d11978cd4614fc35cdd01efc.tar.zst freebsd-ports-gnome-26441a76abed38f0d11978cd4614fc35cdd01efc.zip |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook
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> |