From 2dd0b2f1c9577d9964a4dd1e21dbb9dcfad2388f Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 1 Jan 2015 10:03:57 +0000 Subject: Use BROKEN_ON_PLATFORM with LP64PLATFORMS. --- emulators/snes9x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/snes9x/Makefile') diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 9ea9b3c2ce3..7aa3131dab7 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/01/09 12:38:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.52 2015/01/01 10:03:57 dholland Exp $ SNESVER= 1.43 DISTNAME= snes9x-${SNESVER}-src @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.snes9x.com/ COMMENT= Super Nintendo Entertainment System (SNES) emulator -NOT_FOR_PLATFORM= ${LP64PLATFORMS} +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x -- cgit v1.2.3