diff options
author | Alex Dupre <ale@FreeBSD.org> | 2016-09-28 08:17:03 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2016-09-28 08:17:03 +0000 |
commit | a9f8bc813e07bf2a64c15648e1ed487fffd165f6 (patch) | |
tree | 3c9c66225a69ddff0caa6d1d7da67ac36865a673 /math/mpfr | |
parent | b16370a225ef589955a5c855faa95879edd6cb57 (diff) |
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index d812fd58bc9d..6ad43eb77ed2 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -15,7 +15,7 @@ COMMENT= Library for multiple-precision floating-point computations LICENSE= LGPL3 -PATCH_DEPENDS= gpatch:devel/patch +#PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp #PATCHLEVEL= 1 |