diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
commit | 18a7fd6042909a3e6ebc71488d66be85e05a76be (patch) | |
tree | a5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/crlibm | |
parent | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff) |
Notes
Diffstat (limited to 'math/crlibm')
-rw-r--r-- | math/crlibm/Makefile | 2 |
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) |