aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2014-02-04 22:02:31 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2014-02-04 22:02:31 +0000
commitec6ac4e6db421a6419b93f36afec326106fdad3e (patch)
tree3c284c3591a3fcf54138d65aa7e1820a7aec44d4 /audio/speex
parent126be086164c63d9e67c6f9737d4fd8278c80b74 (diff)
downloadports-ec6ac4e6db421a6419b93f36afec326106fdad3e.tar.gz
ports-ec6ac4e6db421a6419b93f36afec326106fdad3e.zip
Fix typo in r342600.
Notes
Notes: svn path=/head/; revision=342612
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index b64fea929bb9..3b365dc4b402 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