summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:51:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:51:34 +0000
commitaa2bd5af4daddaa05cc39f4547bb0dab27ed0acc (patch)
treeb9a1536f1a4a1f059a645ae8126cb4b0095c08ef
parentAdd DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. (diff)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
-rw-r--r--science/afni/Makefile2
-rw-r--r--science/liblinear/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile
index 7da45aa04035..8401d311e034 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -45,6 +45,8 @@ USES= gettext iconv gmake motif perl5
# Some prereqs use gcc anyway
USE_GCC= yes
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
BROKEN_sparc64= Does not compile: "undefined reference to '_mcount'"
diff --git a/science/liblinear/Makefile b/science/liblinear/Makefile
index d3a088b4a76c..98330d899d62 100644
--- a/science/liblinear/Makefile
+++ b/science/liblinear/Makefile
@@ -14,7 +14,7 @@ COMMENT= A library for Large Linear Classification
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-OPTIONS_DEFINE= OPTIMIZED_CFLAGS
+OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
OPTIONS_DEFAULT=OPTIMIZED_CFLAGS
USES= zip