aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-help
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-04 01:36:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-04 01:36:50 +0000
commit409b408840c114a56a8c1f3e32441cece657b239 (patch)
tree6b6dff75749d0bd43c2654a250bcf7e6a1794753 /graphics/gimp-help
parent271057f0f166ae162886ccdc40a085dca9cf4df3 (diff)
downloadports-409b408840c114a56a8c1f3e32441cece657b239.tar.gz
ports-409b408840c114a56a8c1f3e32441cece657b239.zip
Notes
Diffstat (limited to 'graphics/gimp-help')
-rw-r--r--graphics/gimp-help/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile
index bedaae833639..3c2de9e13f30 100644
--- a/graphics/gimp-help/Makefile
+++ b/graphics/gimp-help/Makefile
@@ -34,4 +34,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|mkdir_p = .*|mkdir_p = ${WRKSRC}/install-sh -c -d|g' \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>