diff options
author | Volker Stolz <vs@FreeBSD.org> | 2008-07-30 03:15:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2008-07-30 03:15:15 +0000 |
commit | 53e67c4f27db2966bc8c4af5b0f1febde5a08348 (patch) | |
tree | e1b31cbeda56d54269ccd80c031ce9dec966e372 /print | |
parent | 26d5544ffcf59e3cf57f1df813bff8c450f3d9c1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=217834
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> |