svn commit: r317113 - head/emulators/snes9x
Bryan Drewery
bdrewery at FreeBSD.org
Thu May 2 13:29:29 UTC 2013
Author: bdrewery
Date: Thu May 2 13:29:28 2013
New Revision: 317113
URL: http://svnweb.freebsd.org/changeset/ports/317113
Log:
Fix conversion to new options framework for bmake
Modified:
head/emulators/snes9x/Makefile
Modified: head/emulators/snes9x/Makefile
==============================================================================
--- head/emulators/snes9x/Makefile Thu May 2 13:20:36 2013 (r317112)
+++ head/emulators/snes9x/Makefile Thu May 2 13:29:28 2013 (r317113)
@@ -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
More information about the svn-ports-head
mailing list