diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 21:27:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 21:27:20 +0000 |
commit | dcc73bfa48e70c72afe2ce2f125d241df28b3ff6 (patch) | |
tree | e7cad03db486faa6098270f9e3cc359c9f11c7f4 /print | |
parent | 5de37a75f34a5dfea67a6ff149507e2f16acea18 (diff) |
- Now builds in presence of devel/p5-ExUtils-CBuilder
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=227116
Diffstat (limited to 'print')
-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> |