diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /print/p5-PostScript-PPD | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) |
Notes
Diffstat (limited to 'print/p5-PostScript-PPD')
-rw-r--r-- | print/p5-PostScript-PPD/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/print/p5-PostScript-PPD/Makefile b/print/p5-PostScript-PPD/Makefile index ff39bc547f96..973fee48e174 100644 --- a/print/p5-PostScript-PPD/Makefile +++ b/print/p5-PostScript-PPD/Makefile @@ -22,11 +22,6 @@ MAN3= PostScript::PPD.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress -.endif - post-patch: @${REINPLACE_CMD} -e '/lj4515.ppd/d' ${WRKSRC}/t/30_difficult.t |