diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-09 12:52:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-09 12:52:04 +0000 |
commit | 78075a28292e5b63f826a321157715cebe81dbae (patch) | |
tree | f95f068f6fa8d5d8e8fa87b92f300a54e02f8fc7 /devel/autoconf | |
parent | 8d64b11a39d77201e516f3e60ac1e2ffb338db26 (diff) | |
download | pkgsrc-78075a28292e5b63f826a321157715cebe81dbae.tar.gz |
Mark as conflicting with gdb<6.2.1nb5 (standards.info).
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 3bfbc2d8d74..0d75f618954 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2009/08/09 21:13:23 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2009/09/09 12:52:04 wiz Exp $ DISTNAME= autoconf-2.64 CATEGORIES= devel @@ -16,6 +16,8 @@ USE_TOOLS+= gm4:run perl:run # The next line is for conflicts with old versions of this package, # which had autoconf-devel as PKGNAME. CONFLICTS= autoconf-devel-[0-9]* +# old versions of devel/gdb6 installed standards.info as well. +CONFLICTS+= gdb<6.2.1nb5 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |