aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/perlftlib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile
index 89c247024135..bfdb7822f70e 100644
--- a/print/perlftlib/Makefile
+++ b/print/perlftlib/Makefile
@@ -38,4 +38,8 @@ post-build:
${WRKSRC}/${DIST}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if exists(${SITE_PERL}/ExtUtils/CBuilder.pm)
+BROKEN= Does not build if devel/p5-ExUtils-CBuilder is installed
+.endif
+.include <bsd.port.post.mk>