diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
commit | 2c49737ca433d36900e5668cdb6eb69c55caec16 (patch) | |
tree | b36631ce96e95cb9a26f720248d598300e990c81 /graphics/kallery | |
parent | 96c7199eb5e3c5547f0cff490c92f7b7239c4c83 (diff) | |
download | ports-2c49737ca433d36900e5668cdb6eb69c55caec16.tar.gz ports-2c49737ca433d36900e5668cdb6eb69c55caec16.zip |
Notes
Diffstat (limited to 'graphics/kallery')
-rw-r--r-- | graphics/kallery/Makefile | 8 |
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> |