diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 01:55:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 01:55:18 +0800 |
commit | adf169ea123ab2b1f213332d2a54a73a6b303c46 (patch) | |
tree | 32b28c9ca4c3750b13ed21938d230f0c0d0bbe66 /multimedia | |
parent | ede1e52e73c50d5cfe32b23085bac2941c4c7ff4 (diff) | |
download | freebsd-ports-gnome-adf169ea123ab2b1f213332d2a54a73a6b303c46.tar.gz freebsd-ports-gnome-adf169ea123ab2b1f213332d2a54a73a6b303c46.tar.zst freebsd-ports-gnome-adf169ea123ab2b1f213332d2a54a73a6b303c46.zip |
- Mark broken also on ia64
Reported by: krismail
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/quodlibet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 07045c37a540..72afd06b982d 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -77,7 +77,7 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ IGNORE= is unsupported on FreeBSD 4.x .endif -.if ${ARCH} == amd64 || ${ARCH} == sparc64 +.if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64 BROKEN= "Does not configure" .endif |