diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-25 22:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-25 22:31:06 +0000 |
commit | be2a300decfb4e8efa8c6372134c60231f9e0ecb (patch) | |
tree | 800c8599f9f59c923b6a38ca5b8b9f8f9570acfa /lang/scheme48/Makefile | |
parent | b11b80a337de3c3951ec5666786f93dbd03c539b (diff) | |
download | pkgsrc-be2a300decfb4e8efa8c6372134c60231f9e0ecb.tar.gz |
Updated scheme48 from 0.57 (four years old) to 1.2. Changes include many
bug fixes and several "requests for implementation"s. This fixes PR 29788.
Diffstat (limited to 'lang/scheme48/Makefile')
-rw-r--r-- | lang/scheme48/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 3823c5a3d78..667fba94071 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2005/03/24 21:12:55 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2005/05/25 22:31:06 rillig Exp $ -DISTNAME= scheme48-0.57 +DISTNAME= scheme48-1.2 CATEGORIES= lang -MASTER_SITES= http://s48.org/0.57/ +MASTER_SITES= http://s48.org/1.2/ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org @@ -12,7 +12,6 @@ COMMENT= The Scheme Underground's implementation of R5RS NOT_FOR_PLATFORM= *-*-alpha # *severe* problems. Bus error, alignment GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} BUILD_TARGET= enough post-install: |