From 92ed1961167cbba2735b33d9839ce9a1eb614280 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 Feb 2010 17:18:52 +0000 Subject: Mark as not for 64bit systems until the casting mess is resolved. --- emulators/snes9x/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index f85badefe04..c836959b28a 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/06/05 22:23:00 zafer Exp $ +# $NetBSD: Makefile,v 1.47 2010/02/15 17:18:52 joerg Exp $ SNESVER= 1.43 DISTNAME= snes9x-${SNESVER}-src @@ -13,6 +13,8 @@ COMMENT= Super Nintendo Entertainment System (SNES) emulator PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_PLATFORM= ${LP64PLATFORMS} + WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x USE_LANGUAGES= c c++ USE_TOOLS+= gmake -- cgit v1.2.3