diff options
author | ale <ale@FreeBSD.org> | 2018-10-30 18:26:12 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-10-30 18:26:12 +0800 |
commit | 8193777bd0dd390889c4a866a80c4efb9aec2deb (patch) | |
tree | f01af6c5f19e3b826932856560084e6a62098656 /math | |
parent | d2364027b82796816a095adb04bc3bd9901182f3 (diff) | |
download | freebsd-ports-gnome-8193777bd0dd390889c4a866a80c4efb9aec2deb.tar.gz freebsd-ports-gnome-8193777bd0dd390889c4a866a80c4efb9aec2deb.tar.zst freebsd-ports-gnome-8193777bd0dd390889c4a866a80c4efb9aec2deb.zip |
FreeBSD 10 still requires gpatch.
PR: 232809
Submitted by: Bengt Ahlgren <bengta@sics.se>
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index e573d118c686..7a5a13b4db7e 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -18,12 +18,12 @@ COMMENT= Library for multiple-precision floating-point computations LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -#PATCH_DEPENDS= gpatch:devel/patch +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 +PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz GNU_CONFIGURE= yes |