aboutsummaryrefslogtreecommitdiffstats
path: root/math/crlibm
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-16 00:23:08 +0800
committeradamw <adamw@FreeBSD.org>2014-07-16 00:23:08 +0800
commit6d4a68d53521bd41b394aed3534df2305a9adec5 (patch)
treea5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/crlibm
parent657b7fb8d9c86dc8a97400be96360d2828950279 (diff)
downloadfreebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.tar.gz
freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.tar.zst
freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
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)