aboutsummaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2018-10-30 10:26:12 +0000
committerAlex Dupre <ale@FreeBSD.org>2018-10-30 10:26:12 +0000
commit01f145fab33497501ffa93fd7ee60e264b4865fe (patch)
treef01af6c5f19e3b826932856560084e6a62098656 /math/mpfr
parent903293801651a29b0bc9d22c9d0c509c7ce72dc5 (diff)
downloadports-01f145fab33497501ffa93fd7ee60e264b4865fe.tar.gz
ports-01f145fab33497501ffa93fd7ee60e264b4865fe.zip
FreeBSD 10 still requires gpatch.
PR: 232809 Submitted by: Bengt Ahlgren <bengta@sics.se>
Notes
Notes: svn path=/head/; revision=483463
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile4
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