aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-10-26 23:17:47 +0800
committerswills <swills@FreeBSD.org>2011-10-26 23:17:47 +0800
commit107ed4d880aca2f74ff5d0c076d758f02ac54edd (patch)
tree9178b9b5ae9a75f292a95c1c213b739e1fd9fa69
parent2ad24b8ad9590eb93c89f1f3828f0605e5a3107c (diff)
downloadfreebsd-ports-gnome-107ed4d880aca2f74ff5d0c076d758f02ac54edd.tar.gz
freebsd-ports-gnome-107ed4d880aca2f74ff5d0c076d758f02ac54edd.tar.zst
freebsd-ports-gnome-107ed4d880aca2f74ff5d0c076d758f02ac54edd.zip
- Mark MAKE_JOBS_UNSAFE as this fails to build with MAKE_JOBS enabled for me
-rw-r--r--net/p5-Crypt-DH-GMP/Makefile2
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