From 0fe57c5f9b7eb45f79727bd4517d998d7a40674c Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 15 Jan 2006 01:41:26 +0000 Subject: - Mark BROKEN on amd64 and sparc64 PR: ports/91447 (based on) Submitted by: Byung-Hee HWANG (maintainer) --- multimedia/quodlibet/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia') diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index e29f0bc2cfbd..adfeebaf71fd 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -80,6 +80,10 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ IGNORE= is unsupported on FreeBSD 4.x .endif +.if ${ARCH} == amd64 || ${ARCH} == sparc64 +BROKEN= "Does not configure" +.endif + do-configure: @${PYTHON_CMD} ${WRKSRC}/check.py -- cgit