diff options
-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 |