diff options
author | wiz <wiz@pkgsrc.org> | 2021-05-22 23:10:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-05-22 23:10:26 +0000 |
commit | 73359fb0f01de2365dce6262f6c5e24d5b3bb32f (patch) | |
tree | 6182f4d39a2375efd9406c267a1cf61ffad98ba1 /lang/ghc80 | |
parent | aa63eb95682ce2f1d0021771923869bfb1f46bfd (diff) | |
download | pkgsrc-73359fb0f01de2365dce6262f6c5e24d5b3bb32f.tar.gz |
ghc*: remove CONFLICTS with itself
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
Diffstat (limited to 'lang/ghc80')
-rw-r--r-- | lang/ghc80/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ghc80/Makefile b/lang/ghc80/Makefile index 4e822a1ae1d..d85029b342d 100644 --- a/lang/ghc80/Makefile +++ b/lang/ghc80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/05/01 01:24:50 pho Exp $ +# $NetBSD: Makefile,v 1.12 2021/05/22 23:10:26 wiz Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -16,9 +16,6 @@ LICENSE= modified-bsd UNLIMIT_RESOURCES= datasize virtualsize -# TODO: We should be using the alternatives framework. -CONFLICTS+= ghc-[0-9]* - # GHC requires GHC to build itself. Formerly we could work around this # bootstrapping problem by creating a special archive containing C # sources compiled from Haskell sources, but that's no longer |