aboutsummaryrefslogtreecommitdiff
path: root/graphics/cinepaint
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
commit13e49e647b4d73a2ad9d8909957a79dfe6e48287 (patch)
treed57c2ddaf288a011a8c8550c12646b866f381607 /graphics/cinepaint
parentae26427c632d542ce91328588fe34a5d92130a17 (diff)
downloadports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.tar.gz
ports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.zip
Notes
Diffstat (limited to 'graphics/cinepaint')
-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>