aboutsummaryrefslogtreecommitdiffstats
path: root/astro/osmium
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-12-17 01:40:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-12-17 01:40:13 +0800
commit26441a76abed38f0d11978cd4614fc35cdd01efc (patch)
tree90409670a56e7a827f22731964352bfec5b98960 /astro/osmium
parent8d58c97eccae5e29e66a58a2c8842f859e259d2c (diff)
downloadfreebsd-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/Makefile2
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>