diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 01:41:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 01:41:26 +0000 |
commit | 2ff087e1a62eae9a0440fd909b1fef4ef9fc7193 (patch) | |
tree | a718cd231c015c9353ff38bde7c846ff94b3ae2c /multimedia/quodlibet | |
parent | cfa50141592e2cc46dbb4bcdca9082373146bd73 (diff) | |
download | ports-2ff087e1a62eae9a0440fd909b1fef4ef9fc7193.tar.gz ports-2ff087e1a62eae9a0440fd909b1fef4ef9fc7193.zip |
Notes
Diffstat (limited to 'multimedia/quodlibet')
-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 |