diff options
author | vs <vs@FreeBSD.org> | 2008-07-30 11:15:15 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2008-07-30 11:15:15 +0800 |
commit | 53233731307ddddc46906dd597ada2048d9f21eb (patch) | |
tree | 8a36a8f3d2663365fe1ec140779cb4a503a45257 /print | |
parent | cfeac8772e811836dc2e7cc0a6dde1e10be0d1ef (diff) | |
download | freebsd-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/Makefile | 6 |
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> |