diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-26 15:17:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-26 15:17:47 +0000 |
commit | d95cdefe12d038654d6ee7e1b123fb3268e6efb6 (patch) | |
tree | 162ff66c938190f4ace3d9e37edc82fe9a981874 /net/p5-Crypt-DH-GMP | |
parent | 9e0ad7ba100eed0dfc78203bd03eaa90b2e352b2 (diff) |
Notes
Diffstat (limited to 'net/p5-Crypt-DH-GMP')
-rw-r--r-- | net/p5-Crypt-DH-GMP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Crypt-DH-GMP/Makefile b/net/p5-Crypt-DH-GMP/Makefile index 6258ad85a13f..f66c50841274 100644 --- a/net/p5-Crypt-DH-GMP/Makefile +++ b/net/p5-Crypt-DH-GMP/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib \ p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +MAKE_JOBS_UNSAFE= yes + post-patch: ${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/Makefile.PL |