diff options
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index c8f914e6db6..9d1877d7ca0 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/05/02 09:22:21 degroote Exp $ +# $NetBSD: Makefile,v 1.32 2008/08/31 09:17:56 obache Exp $ DISTNAME= scheme48-1.8 CATEGORIES= lang @@ -14,6 +14,9 @@ NOT_FOR_PLATFORM= *-*-alpha # *severe* problems. Bus error, alignment PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no +# bin/scheme-r5rs +CONFLICTS+= gambc-[0-9]* + GNU_CONFIGURE= yes USE_TOOLS= gmake BUILD_TARGET= enough |