svn commit: r317692 - head/emulators/snes9x

Bryan Drewery bdrewery at FreeBSD.org
Wed May 8 15:59:11 UTC 2013


Author: bdrewery
Date: Wed May  8 15:59:11 2013
New Revision: 317692
URL: http://svnweb.freebsd.org/changeset/ports/317692

Log:
  Really fix conversion - missed a 2nd typo

Modified:
  head/emulators/snes9x/Makefile

Modified: head/emulators/snes9x/Makefile
==============================================================================
--- head/emulators/snes9x/Makefile	Wed May  8 15:54:54 2013	(r317691)
+++ head/emulators/snes9x/Makefile	Wed May  8 15:59:11 2013	(r317692)
@@ -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-all mailing list