diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-18 11:46:53 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-18 11:46:53 +0000 |
commit | 5f40002ddcdaf9ab36dafefb1cd84071e88b6ddf (patch) | |
tree | 6c5c4338cdae1c8a5e01d761026abb877f774612 /lang/clisp | |
parent | 6f8c4e2d4b1cbc178a69609e3a8711d0f372d34a (diff) | |
download | pkgsrc-5f40002ddcdaf9ab36dafefb1cd84071e88b6ddf.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 4a647e2baed..9fece5aa63d 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/05/02 04:59:23 snj Exp $ +# $NetBSD: Makefile,v 1.35 2004/05/18 11:46:53 uebayasi Exp $ DISTNAME= clisp-2.33 CATEGORIES= lang @@ -11,6 +11,8 @@ COMMENT= CLISP, a Common Lisp implementation NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES |