summaryrefslogtreecommitdiff
path: root/emulators/snes9x/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-10 18:09:45 +0000
committerwiz <wiz>2005-06-10 18:09:45 +0000
commit55eb56a602c0612554e507ac511c037750658441 (patch)
treebb53bb24e680d752028ab913096a1fe8a1defbe5 /emulators/snes9x/Makefile
parent22a6c87e587a79227ee17b8c8a73f098d3540aab (diff)
downloadpkgsrc-55eb56a602c0612554e507ac511c037750658441.tar.gz
Wrap complete options part in ifdef i386,
since there is only one option and that only on i386. Fixes bulk build problem.
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r--emulators/snes9x/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 219325d0d42..2d8e229869b 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 20:13:08 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/10 18:09:45 wiz Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
@@ -29,15 +29,14 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/snes9x
${INSTALL_MAN} ${WRKSRC}/TODO.TXT ${PREFIX}/share/doc/snes9x
-PKG_OPTIONS_VAR= PKG_OPTIONS.snes9x
-
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
+PKG_OPTIONS_VAR= PKG_OPTIONS.snes9x
PKG_SUPPORTED_OPTIONS= mmx
-.endif
.include "../../mk/bsd.options.mk"
+.endif
MAKE_ENV+= THREAD_SOUND=1
.if ( ${MACHINE_ARCH} == "i386" )