diff options
author | kris <kris@FreeBSD.org> | 2005-04-11 05:13:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-11 05:13:31 +0800 |
commit | 0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc (patch) | |
tree | 88c915350535a4e40c24aabdabdc3a026d29c252 /graphics | |
parent | fd00ec38e3c5ce8a8cb6dc193445f7733b78da17 (diff) | |
download | freebsd-ports-gnome-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.tar.gz freebsd-ports-gnome-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.tar.zst freebsd-ports-gnome-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.zip |
Now builds on amd64
Diffstat (limited to 'graphics')
-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> |