diff options
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 8c8b3f18370c..368a2b3ff16d 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= Image::Imlib2.3 .include "../../devel/p5-Module-Build/inc.build.mk" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= 'Does not compile' +.endif + +.include <bsd.port.post.mk> |