diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-08 23:59:11 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-08 23:59:11 +0800 |
commit | 20e78b6039fc5927bbf8265acd060936580fa1fc (patch) | |
tree | af4411c6b99537ab041f0c8e3f0239c1ecfe457a /emulators/snes9x | |
parent | 90dbd2678a0a8d962f29d865999399e4984637e2 (diff) | |
download | freebsd-ports-gnome-20e78b6039fc5927bbf8265acd060936580fa1fc.tar.gz freebsd-ports-gnome-20e78b6039fc5927bbf8265acd060936580fa1fc.tar.zst freebsd-ports-gnome-20e78b6039fc5927bbf8265acd060936580fa1fc.zip |
Really fix conversion - missed a 2nd typo
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 2 |
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 |