diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 09:51:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 09:51:38 +0800 |
commit | ef9c8e51673c471ffcff1686835bc63d81b1938e (patch) | |
tree | b7d54df145a7d01e3b69143975f1b30e0298412b /graphics | |
parent | fcf1b9ee2546f78b664428d9c0eea5b62f27baf2 (diff) | |
download | freebsd-ports-gnome-ef9c8e51673c471ffcff1686835bc63d81b1938e.tar.gz freebsd-ports-gnome-ef9c8e51673c471ffcff1686835bc63d81b1938e.tar.zst freebsd-ports-gnome-ef9c8e51673c471ffcff1686835bc63d81b1938e.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'graphics')
-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> |