diff options
author | dholland <dholland> | 2011-12-22 04:37:51 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-12-22 04:37:51 +0000 |
commit | 52048fc54155891febe6a95cae757977671855ab (patch) | |
tree | a63b58851c8605684b7047e7fef2c88a9d046319 /shells | |
parent | e7102788ac8d79ce3b9d2bb1ee1ae380285c6f16 (diff) | |
download | pkgsrc-52048fc54155891febe6a95cae757977671855ab.tar.gz |
Set NOT_FOR_PLATFORM=${LP64PLATFORMS} as scsh is known to not be 64-bit
clean.
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 3a4cb28c4da..3a657d840f3 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -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 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= *-*-alpha # Needs scheme +NOT_FOR_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean. PKG_DESTDIR_SUPPORT= user-destdir |