diff options
author | naddy <naddy@FreeBSD.org> | 2014-02-05 06:02:31 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2014-02-05 06:02:31 +0800 |
commit | c3045240d3ca5c9857c330f228e0e0a53a400dd8 (patch) | |
tree | 3c284c3591a3fcf54138d65aa7e1820a7aec44d4 /audio | |
parent | 8fa6ff12a4b7f8ecbacd67f727fd7731364f96dd (diff) | |
download | freebsd-ports-graphics-c3045240d3ca5c9857c330f228e0e0a53a400dd8.tar.gz freebsd-ports-graphics-c3045240d3ca5c9857c330f228e0e0a53a400dd8.tar.zst freebsd-ports-graphics-c3045240d3ca5c9857c330f228e0e0a53a400dd8.zip |
Fix typo in r342600.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index b64fea929bb..3b365dc4b40 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if defined(MACHONE_CPU) && ${MACHINE_CPU:Msse}!="" +.if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse}!="" CONFIGURE_ARGS+= --enable-sse .endif |