From 01f145fab33497501ffa93fd7ee60e264b4865fe Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 30 Oct 2018 10:26:12 +0000 Subject: [PATCH] FreeBSD 10 still requires gpatch. PR: 232809 Submitted by: Bengt Ahlgren --- math/mpfr/Makefile | 4 ++-- 1 file 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