1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Really fix conversion - missed a 2nd typo

This commit is contained in:
Bryan Drewery 2013-05-08 15:59:11 +00:00
parent a99a52ea64
commit 94b858fc39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317692

View File

@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-assembler
CONFIGURE_ARGS+= --without-assembler
.endif
.if ${PORT_OPTIONS:MMMX} && !defined(PACKAGE_BUILDING}
.if ${PORT_OPTIONS:MMMX} && !defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --with-mmx
.else
CONFIGURE_ARGS+= --without-mmx