diff options
author | obache <obache@pkgsrc.org> | 2008-08-31 09:17:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-31 09:17:56 +0000 |
commit | c9c5d246d84e2296a1e7df7dc910109fc401c54b (patch) | |
tree | 3826a0c7780dc84c22e6d44ff9ded198942debdc /lang | |
parent | 8c83ec9dcd84232270b6e7c6b664ed0874e13502 (diff) | |
download | pkgsrc-c9c5d246d84e2296a1e7df7dc910109fc401c54b.tar.gz |
lang/gambc and lang/scheme48 are conflict with bin/scheme-r5rs.
Noticed by Aleksej Saushev in PR 39403.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gambc/Makefile | 5 | ||||
-rw-r--r-- | lang/scheme48/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile index 3a842e468d0..1dba8ca8b61 100644 --- a/lang/gambc/Makefile +++ b/lang/gambc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/07/16 07:14:36 bjs Exp $ +# $NetBSD: Makefile,v 1.7 2008/08/31 09:17:56 obache Exp $ # DISTNAME= gambc-${GAMBC_DIST_VERSION} @@ -14,6 +14,9 @@ COMMENT= GambitC Scheme System PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_BULK_PLATFORM+= SunOS-*-* +# bin/scheme-r5rs +CONFLICTS+= scheme48>=1.2 + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake 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 |