diff options
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 d82597284778..a0a3942a8c54 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -16,8 +16,8 @@ COMMENT= Library for multiple-precision floating-point computations LICENSE= LGPL3 -#PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +#PATCH_DEPENDS= gpatch:devel/patch +LIB_DEPENDS= libgmp.so:math/gmp #PATCHLEVEL= 10 #PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} |