diff options
-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 |