diff options
author | Alex Dupre <ale@FreeBSD.org> | 2018-10-30 10:26:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2018-10-30 10:26:12 +0000 |
commit | 01f145fab33497501ffa93fd7ee60e264b4865fe (patch) | |
tree | f01af6c5f19e3b826932856560084e6a62098656 /math/mpfr | |
parent | 903293801651a29b0bc9d22c9d0c509c7ce72dc5 (diff) |
Notes
Diffstat (limited to 'math/mpfr')
-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 |