diff options
author | dholland <dholland> | 2015-01-04 04:04:23 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 04:04:23 +0000 |
commit | 70e825c6eb89ad74effbfaa123d6aaa14acf3e3c (patch) | |
tree | 1160c4fcd7d165d644246b66e8aab7acac7f98ed /shells | |
parent | be16a3713b0b22247ba1beb4e1109feb76a59f67 (diff) | |
download | pkgsrc-70e825c6eb89ad74effbfaa123d6aaa14acf3e3c.tar.gz |
Use BROKEN_ON_PLATFORM with LP64PLATFORMS
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 4 |
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 |