aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 14:06:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 14:06:59 +0000
commit5db4b3843ee6183a3333743b41f709ac063951fe (patch)
tree9dc8a0f1fcd94679fb9f5a79a8149744cdd5cc7d /graphics
parent4aefe7bbe045fc426ef771d261da1bb785be1fb3 (diff)
downloadports-5db4b3843ee6183a3333743b41f709ac063951fe.tar.gz
ports-5db4b3843ee6183a3333743b41f709ac063951fe.zip
BROKEN on amd64: Configure fails
Notes
Notes: svn path=/head/; revision=106040
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kallery/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile
index 57ff68d47eb1..d5a68eb867af 100644
--- a/graphics/kallery/Makefile
+++ b/graphics/kallery/Makefile
@@ -25,6 +25,12 @@ USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Configure fails on amd64"
+.endif
+
post-patch:
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -Ee \
@@ -34,4 +40,4 @@ post-patch:
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>