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
commit3641f5132593f728d93c2cd8d699f06dbfdc2f8c (patch)
tree1160c4fcd7d165d644246b66e8aab7acac7f98ed /shells
parenteeff3aaca18fa59a00e5617f440e0fb972a3a327 (diff)
downloadpkgsrc-3641f5132593f728d93c2cd8d699f06dbfdc2f8c.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