diff options
author | krion <krion@FreeBSD.org> | 2004-11-09 22:36:49 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-09 22:36:49 +0000 |
commit | c27d6558fd9c44fbd6a8bd0de7cd8043aaa885dd (patch) | |
tree | 6892d0f0d568746adb8e62d53eb4162a9c435acf /audio/swhplugins | |
parent | e12c3610c636fbdd79b58193edcf3a8401498471 (diff) | |
download | FreeBSD-ports-c27d6558fd9c44fbd6a8bd0de7cd8043aaa885dd.zip FreeBSD-ports-c27d6558fd9c44fbd6a8bd0de7cd8043aaa885dd.tar.gz |
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 406f002..f9e2c82 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 |