aboutsummaryrefslogtreecommitdiff
path: root/graphics/cinepaint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cinepaint/Makefile')
-rw-r--r--graphics/cinepaint/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index d9208a88d262..14fa8075f5ab 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -40,6 +40,12 @@ PLIST_SUB+= OPENEXR:=""
PLIST_SUB+= OPENEXR:="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's| -Wall||' \
@@ -49,4 +55,4 @@ post-patch:
's|-LINUX.+$$||' \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>