aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-LMDB_File
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-25 17:29:46 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-25 17:29:46 +0000
commit9b12510a31a406c3bb5a9846e7a76d50ae9ce124 (patch)
treeb44b1d580f9de07c51fd1974d8e59e8d6213c76e /databases/p5-LMDB_File
parent163a6a619424227cdcfb288d00ad8a2f8aa42a58 (diff)
downloadports-9b12510a31a406c3bb5a9846e7a76d50ae9ce124.tar.gz
ports-9b12510a31a406c3bb5a9846e7a76d50ae9ce124.zip
Notes
Diffstat (limited to 'databases/p5-LMDB_File')
-rw-r--r--databases/p5-LMDB_File/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/p5-LMDB_File/Makefile b/databases/p5-LMDB_File/Makefile
index 216035e381db..ab9e13356db7 100644
--- a/databases/p5-LMDB_File/Makefile
+++ b/databases/p5-LMDB_File/Makefile
@@ -19,8 +19,12 @@ USES= perl5
USE_PERL5= configure
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502308
+BROKEN= Fails to build after dMULTICALL cleanup
+.endif
+
+.include <bsd.port.post.mk>