diff options
Diffstat (limited to 'print/perlftlib')
-rw-r--r-- | print/perlftlib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index 5fb6d5c9ee30..89c247024135 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -38,8 +38,4 @@ post-build: ${WRKSRC}/${DIST} .endfor -.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> +.include <bsd.port.mk> |