aboutsummaryrefslogtreecommitdiffstats
path: root/math/kktdirect/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-16 00:23:08 +0800
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-16 00:23:08 +0800
commit18a7fd6042909a3e6ebc71488d66be85e05a76be (patch)
treea5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/kktdirect/Makefile
parent99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff)
downloadfreebsd-ports-gnome-18a7fd6042909a3e6ebc71488d66be85e05a76be.tar.gz
freebsd-ports-gnome-18a7fd6042909a3e6ebc71488d66be85e05a76be.tar.zst
freebsd-ports-gnome-18a7fd6042909a3e6ebc71488d66be85e05a76be.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'math/kktdirect/Makefile')
-rw-r--r--math/kktdirect/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile
index d4a396b9db05..db1b3ca7bd95 100644
--- a/math/kktdirect/Makefile
+++ b/math/kktdirect/Makefile
@@ -19,6 +19,8 @@ LDFLAGS+= -L${LOCALBASE}/lib ${LAPACK} ${BLAS} -lm
PLIST_FILES= include/kktdirect.h lib/libkktdirect.a lib/libkktdirect_pic.a \
lib/libkktdirect.so lib/libkktdirect.so.0
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"