aboutsummaryrefslogtreecommitdiff
path: root/math/crlibm
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:23:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:23:08 +0000
commit18a7fd6042909a3e6ebc71488d66be85e05a76be (patch)
treea5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/crlibm
parent99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff)
downloadports-18a7fd6042909a3e6ebc71488d66be85e05a76be.tar.gz
ports-18a7fd6042909a3e6ebc71488d66be85e05a76be.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes: svn path=/head/; revision=361962
Diffstat (limited to 'math/crlibm')
-rw-r--r--math/crlibm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/crlibm/Makefile b/math/crlibm/Makefile
index a99fc4921e1c..eaead4a1a667 100644
--- a/math/crlibm/Makefile
+++ b/math/crlibm/Makefile
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= TEST
+OPTIONS_DEFINE= TEST DOCS
OPTIONS_DEFAULT= TEST
TEST_DESC= Include all test capabilities (requires MPFR)