diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 00:51:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 00:51:34 +0800 |
commit | 102fed4e684799f91f6948e23214f01e7b3ceea1 (patch) | |
tree | b9a1536f1a4a1f059a645ae8126cb4b0095c08ef /science | |
parent | 1ae7835f59af71dc3c8d97785e97f9f47319ebed (diff) | |
download | freebsd-ports-gnome-102fed4e684799f91f6948e23214f01e7b3ceea1.tar.gz freebsd-ports-gnome-102fed4e684799f91f6948e23214f01e7b3ceea1.tar.zst freebsd-ports-gnome-102fed4e684799f91f6948e23214f01e7b3ceea1.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'science')
-rw-r--r-- | science/afni/Makefile | 2 | ||||
-rw-r--r-- | science/liblinear/Makefile | 2 |
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 |