Fix typo in r342600.

This commit is contained in:
Christian Weisgerber 2014-02-04 22:02:31 +00:00
parent 126be08616
commit ec6ac4e6db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342612

View file

@ -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