aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2008-07-30 11:15:15 +0800
committervs <vs@FreeBSD.org>2008-07-30 11:15:15 +0800
commit53233731307ddddc46906dd597ada2048d9f21eb (patch)
tree8a36a8f3d2663365fe1ec140779cb4a503a45257 /print
parentcfeac8772e811836dc2e7cc0a6dde1e10be0d1ef (diff)
downloadfreebsd-ports-gnome-53233731307ddddc46906dd597ada2048d9f21eb.tar.gz
freebsd-ports-gnome-53233731307ddddc46906dd597ada2048d9f21eb.tar.zst
freebsd-ports-gnome-53233731307ddddc46906dd597ada2048d9f21eb.zip
Mark as BROKEN if devel/p5-ExtUtils-CBuilder is installed: does not build due to .xs-processing
Noticed by: turutani@scphys.kyoto-u.ac.jp PR: ports/125972
Diffstat (limited to 'print')
-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>