diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-22 15:58:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-22 15:58:23 +0800 |
commit | 45b04d9418d2602fcff00cae11369fd1dc9a3cb4 (patch) | |
tree | 1f1ddf5b86c7540f6408870ffbc4bc2c832a640d /audio | |
parent | 45cb42a37ac28ea87647182a865303f06eae8d6c (diff) | |
download | freebsd-ports-gnome-45b04d9418d2602fcff00cae11369fd1dc9a3cb4.tar.gz freebsd-ports-gnome-45b04d9418d2602fcff00cae11369fd1dc9a3cb4.tar.zst freebsd-ports-gnome-45b04d9418d2602fcff00cae11369fd1dc9a3cb4.zip |
This includes x86 assembler code, so mark it as only for i386.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/swhplugins/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 9eb9b68e32a5..24bc0693470b 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -15,6 +15,9 @@ DISTNAME= swh-plugins-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Steve Harris' huge Collection of LADSPA Plugins +# includes assember code +ONLY_FOR_ARCHS= i386 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ fftw.2:${PORTSDIR}/math/fftw |