aboutsummaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-08 15:59:11 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-08 15:59:11 +0000
commit94b858fc395ad950391c41065fe9b9810151802a (patch)
treeaf4411c6b99537ab041f0c8e3f0239c1ecfe457a /emulators/snes9x
parenta99a52ea64e5cf9369efda21ee93e684756f18e5 (diff)
downloadports-94b858fc395ad950391c41065fe9b9810151802a.tar.gz
ports-94b858fc395ad950391c41065fe9b9810151802a.zip
Notes
Diffstat (limited to 'emulators/snes9x')
-rw-r--r--emulators/snes9x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 252ca006af03..926c6dfbd24b 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -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