summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:51:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:51:38 +0000
commit3eed747eafabf9cf28ec9d6f9a009e9053e5b86a (patch)
tree68d7f9c6c05c77799dd284e2b1cc2b38dc6aa85c /graphics/p5-Image-Imlib2/Makefile
parentBROKEN on 5.x: broken pkg-plist (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100439
Diffstat (limited to 'graphics/p5-Image-Imlib2/Makefile')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile8
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>