diff options
author | ale <ale@FreeBSD.org> | 2018-11-02 22:09:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-11-02 22:09:45 +0800 |
commit | 607a6a794dc9aa4c53f2bab13e9487286830ccfc (patch) | |
tree | c594ed09b6204d704dc693c6fb3dcc1214b61604 | |
parent | e745ed32d7b6cef7c428075b64a75abb6cbd6de7 (diff) | |
download | freebsd-ports-gnome-607a6a794dc9aa4c53f2bab13e9487286830ccfc.tar.gz freebsd-ports-gnome-607a6a794dc9aa4c53f2bab13e9487286830ccfc.tar.zst freebsd-ports-gnome-607a6a794dc9aa4c53f2bab13e9487286830ccfc.zip |
Revert last commit / drop gpatch dependency now that FreeBSD 10 is EOL.
-rw-r--r-- | math/mpfr/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 7a5a13b4db7e..519650ba0236 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -18,12 +18,10 @@ COMMENT= Library for multiple-precision floating-point computations LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp PATCHLEVEL= 13 PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} -PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz GNU_CONFIGURE= yes |