diff options
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 dd0240919..fca39413b 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -78,7 +78,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 |