From ed4d96384079e49c70919cdf71fd9ae7c204225c Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 4 Jan 2015 04:04:23 +0000 Subject: Use BROKEN_ON_PLATFORM with LP64PLATFORMS --- shells/scsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index ac5bdd8f229..ce246ba33cc 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/09/11 23:25:09 asau Exp $ +# $NetBSD: Makefile,v 1.44 2015/01/04 04:04:23 dholland Exp $ DISTNAME= scsh-0.6.7 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.scsh.net/ COMMENT= Unix shell embedded into Scheme, with access to all Posix calls LICENSE= modified-bsd -NOT_FOR_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean. +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean. GNU_CONFIGURE= yes -- cgit v1.2.3