diff options
Diffstat (limited to 'math/crlibm/Makefile')
-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 b9847f6eef6d..89919ed1093d 100644 --- a/math/crlibm/Makefile +++ b/math/crlibm/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-sse2 .if ${PORT_OPTIONS:MTEST} CONFIGURE_ARGS+= --enable-mpfr -LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS+= libmpfr.so:math/mpfr .else CONFIGURE_ARGS+= --disable-mpfr .endif |