diff options
author | ale <ale@FreeBSD.org> | 2016-09-28 16:17:03 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2016-09-28 16:17:03 +0800 |
commit | 72b4f28ea60fb67201f8420721368ac4d2213445 (patch) | |
tree | 3c9c66225a69ddff0caa6d1d7da67ac36865a673 /math/mpfr | |
parent | 9059e181e4537bd14c1142d68b86d6162ae2e676 (diff) | |
download | freebsd-ports-gnome-72b4f28ea60fb67201f8420721368ac4d2213445.tar.gz freebsd-ports-gnome-72b4f28ea60fb67201f8420721368ac4d2213445.tar.zst freebsd-ports-gnome-72b4f28ea60fb67201f8420721368ac4d2213445.zip |
Comment out PATCH_DEPENDS.
Spotted by: mat
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 |