diff options
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r-- | lang/clisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 36be77c17a5..2bc6a95f423 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/11/23 21:59:44 drochner Exp $ +# $NetBSD: Makefile,v 1.66 2008/01/30 14:20:54 is Exp $ DISTNAME= clisp-2.41 CATEGORIES= lang @@ -12,6 +12,7 @@ COMMENT= CLISP, a Common Lisp implementation # Sparc64 has assembler code problems, see # http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355 NOT_FOR_PLATFORM= *-*-sparc64 +NOT_FOR_PLATFORM+= *-*-arm PKG_INSTALLATION_TYPES= overwrite pkgviews |