svn commit: r361975 - in head/science: afni liblinear
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 16:51:35 UTC 2014
Author: adamw
Date: Tue Jul 15 16:51:34 2014
New Revision: 361975
URL: http://svnweb.freebsd.org/changeset/ports/361975
QAT: https://qat.redports.org/buildarchive/r361975/
Log:
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Modified:
head/science/afni/Makefile
head/science/liblinear/Makefile
Modified: head/science/afni/Makefile
==============================================================================
--- head/science/afni/Makefile Tue Jul 15 16:50:33 2014 (r361974)
+++ head/science/afni/Makefile Tue Jul 15 16:51:34 2014 (r361975)
@@ -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'"
Modified: head/science/liblinear/Makefile
==============================================================================
--- head/science/liblinear/Makefile Tue Jul 15 16:50:33 2014 (r361974)
+++ head/science/liblinear/Makefile Tue Jul 15 16:51:34 2014 (r361975)
@@ -14,7 +14,7 @@ COMMENT= A library for Large Linear Clas
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-OPTIONS_DEFINE= OPTIMIZED_CFLAGS
+OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
OPTIONS_DEFAULT=OPTIMIZED_CFLAGS
USES= zip
More information about the svn-ports-all
mailing list