diff options
author | lesi <lesi@FreeBSD.org> | 2006-02-13 07:14:46 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2006-02-13 07:14:46 +0800 |
commit | 269593f82d125d8f5f49959e1b938084de64c0ae (patch) | |
tree | 97b61c582d676ffd857113b7aefa40379fd82d75 /audio/xmms-quix3dn | |
parent | d98aa0a7ef85483d625b2b566cc9fbf3dde045ac (diff) | |
download | freebsd-ports-gnome-269593f82d125d8f5f49959e1b938084de64c0ae.tar.gz freebsd-ports-gnome-269593f82d125d8f5f49959e1b938084de64c0ae.tar.zst freebsd-ports-gnome-269593f82d125d8f5f49959e1b938084de64c0ae.zip |
Mark only for i386. xmms-quix3dn previously relied on compat4x failing on
amd64 but as compat4x now installs there if fails to detect 32 libs via
LIB_DEPENDS. While the failure has to do with compat4x port problems, this
port nevertheless installs i386 plugin which will not work with native
xmms on amd64 (and most probably not on alpha).
Reported by: kris
Diffstat (limited to 'audio/xmms-quix3dn')
-rw-r--r-- | audio/xmms-quix3dn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-quix3dn/Makefile b/audio/xmms-quix3dn/Makefile index 81a62c4bd580..ae444835ccf4 100644 --- a/audio/xmms-quix3dn/Makefile +++ b/audio/xmms-quix3dn/Makefile @@ -22,6 +22,7 @@ USE_X_PREFIX= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= lib/xmms/Effect/libquix3dn.so +ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> |