summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:13:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:13:31 +0000
commit2c49737ca433d36900e5668cdb6eb69c55caec16 (patch)
treeb36631ce96e95cb9a26f720248d598300e990c81 /graphics
parent- Debian patch is updated to 7. (diff)
Now builds on amd64
Notes
Notes: svn path=/head/; revision=132942
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kallery/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile
index 09b0e9483e69..d3c75c5fc4dc 100644
--- a/graphics/kallery/Makefile
+++ b/graphics/kallery/Makefile
@@ -22,12 +22,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= "Configure fails on amd64"
-.endif
-
post-patch:
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -Ee \
@@ -37,4 +31,4 @@ post-patch:
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>