diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 07:58:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 07:58:23 +0000 |
commit | b972ba667f4e72144b87f24f8d31f6f89619f0eb (patch) | |
tree | 83d0fe694eda1d21a7f4630350e51a140668f5bd /audio/swhplugins | |
parent | 51ac38bbe1124de8a74bfee8cc9d7a4f55798b11 (diff) | |
download | ports-b972ba667f4e72144b87f24f8d31f6f89619f0eb.tar.gz ports-b972ba667f4e72144b87f24f8d31f6f89619f0eb.zip |
This includes x86 assembler code, so mark it as only for i386.
Notes
Notes:
svn path=/head/; revision=91870
Diffstat (limited to 'audio/swhplugins')
-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 |