diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 22:06:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 22:06:59 +0800 |
commit | 2401347151d1e2b77e6c844f574f70bbed67ef3b (patch) | |
tree | 415e877ab94950eed8cc1fa80dc6a0b501bed936 /graphics | |
parent | 9f1487275efcd6045d5ef0872346aa495fee6f92 (diff) | |
download | freebsd-ports-gnome-2401347151d1e2b77e6c844f574f70bbed67ef3b.tar.gz freebsd-ports-gnome-2401347151d1e2b77e6c844f574f70bbed67ef3b.tar.zst freebsd-ports-gnome-2401347151d1e2b77e6c844f574f70bbed67ef3b.zip |
BROKEN on amd64: Configure fails
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kallery/Makefile | 8 |
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> |