diff options
author | dholland <dholland> | 2011-12-22 04:37:51 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-12-22 04:37:51 +0000 |
commit | 8da8670474f65557c413c8378901577da5c93f66 (patch) | |
tree | a63b58851c8605684b7047e7fef2c88a9d046319 /shells | |
parent | b734c733cb1c575e1f9e59bf950cf31732a2dd91 (diff) | |
download | pkgsrc-8da8670474f65557c413c8378901577da5c93f66.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 |