summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 04:04:23 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 04:04:23 +0000
commited4d96384079e49c70919cdf71fd9ae7c204225c (patch)
tree1160c4fcd7d165d644246b66e8aab7acac7f98ed /shells
parent9b34cd806545911f5a598a47aa3df645ab807d41 (diff)
downloadpkgsrc-ed4d96384079e49c70919cdf71fd9ae7c204225c.tar.gz
Use BROKEN_ON_PLATFORM with LP64PLATFORMS
Diffstat (limited to 'shells')
-rw-r--r--shells/scsh/Makefile4
1 files changed, 2 insertions, 2 deletions
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