diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 17:55:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 17:55:18 +0000 |
commit | 5791ec8c79fd6c61b3717a7c56e3c8e84f4d444a (patch) | |
tree | 3cf7e8da70f23e9ae6073d33d9d4ec232a785adc /multimedia | |
parent | 3fb8c048699141a9ba09ac13d189e83ebeacd381 (diff) | |
download | ports-5791ec8c79fd6c61b3717a7c56e3c8e84f4d444a.tar.gz ports-5791ec8c79fd6c61b3717a7c56e3c8e84f4d444a.zip |
Notes
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 |