diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2025-07-26 10:30:15 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2025-07-26 10:38:46 +0200 |
commit | 0713995096aab428d5ca0d1aa2c6aab414af0947 (patch) | |
tree | c23616dbc9a3c612915d890d0880e73c64193623 | |
parent | science/eccodes: fix build with Perl != 5.40 (diff) |
graphics/p5-Gimp: mark broken with Perl 5.42+
Could not find a typemap for C type 'GimpRGB &'.
Could not find a typemap for C type 'GimpHSV &'.
PR: 288020
-rw-r--r-- | graphics/p5-Gimp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 132cd2d77243..d20507687cf6 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -36,4 +36,10 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/Net/Net.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/UI/UI.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= fails to build +.endif + +.include <bsd.port.post.mk> |