Set NOT_FOR_PLATFORM=${LP64PLATFORMS} as scsh is known to not be 64-bit

clean.
This commit is contained in:
dholland 2011-12-22 04:37:51 +00:00
parent 41aa24ac85
commit 0567fbfe3b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2011/03/19 03:58:20 obache Exp $ # $NetBSD: Makefile,v 1.42 2011/12/22 04:37:51 dholland Exp $
DISTNAME= scsh-0.6.7 DISTNAME= scsh-0.6.7
PKGREVISION= 1 PKGREVISION= 1
@ -11,7 +11,7 @@ HOMEPAGE= http://www.scsh.net/
COMMENT= Unix shell embedded into Scheme, with access to all Posix calls COMMENT= Unix shell embedded into Scheme, with access to all Posix calls
LICENSE= modified-bsd LICENSE= modified-bsd
NOT_FOR_PLATFORM= *-*-alpha # Needs scheme NOT_FOR_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean.
PKG_DESTDIR_SUPPORT= user-destdir PKG_DESTDIR_SUPPORT= user-destdir