diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-09 22:36:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-09 22:36:49 +0000 |
commit | e5bc79dac53dd7709329e37d635902760a554413 (patch) | |
tree | f4a10a5f14045779a0f64e39b8cd46e6fec05b5f /audio/swhplugins | |
parent | Fix fetch after the big PORTREVISION bump. (diff) |
Fix comment: s/assember/assembler
Diffstat (limited to 'audio/swhplugins')
-rw-r--r-- | audio/swhplugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 406f002c9893..f9e2c82d278e 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -17,7 +17,7 @@ COMMENT= Steve Harris' huge Collection of LADSPA Plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 -# includes assember code +# includes assembler code ONLY_FOR_ARCHS= i386 amd64 USE_REINPLACE= yes |