aboutsummaryrefslogtreecommitdiff
path: root/graphics/cinepaint
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 22:40:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 22:40:31 +0000
commit739548bcfc04694be4e96568f348daf53258a6ec (patch)
tree46d6fd48d3f5ca24a6f48703c2b085a62ed04dc0 /graphics/cinepaint
parent98b33a85bbff1d0a4124a60d7b38503f85485850 (diff)
downloadports-739548bcfc04694be4e96568f348daf53258a6ec.tar.gz
ports-739548bcfc04694be4e96568f348daf53258a6ec.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 fe96f8d9e215..a3b28a4fb981 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 ${ARCH} == "amd64"
+BROKEN= "Does not compile completely"
+.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>