diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 09:41:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 09:41:26 +0800 |
commit | 0fe57c5f9b7eb45f79727bd4517d998d7a40674c (patch) | |
tree | f6c49bf700238e53915dad5854ff5264f712fe84 /multimedia | |
parent | a6b9397d5922270b8a44dc2d215d56f6e4135966 (diff) | |
download | freebsd-ports-gnome-0fe57c5f9b7eb45f79727bd4517d998d7a40674c.tar.gz freebsd-ports-gnome-0fe57c5f9b7eb45f79727bd4517d998d7a40674c.tar.zst freebsd-ports-gnome-0fe57c5f9b7eb45f79727bd4517d998d7a40674c.zip |
- Mark BROKEN on amd64 and sparc64
PR: ports/91447 (based on)
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/quodlibet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |