diff options
author | wiz <wiz> | 2003-09-19 13:00:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-19 13:00:43 +0000 |
commit | 94b92ba150f44170b8de9296101f812df7e66e47 (patch) | |
tree | 36302edb2ec3facbe26702e63cb092aa890c0323 /devel | |
parent | 00945301f9f91fd2c16d682cb1a637e1e8f171e7 (diff) | |
download | pkgsrc-94b92ba150f44170b8de9296101f812df7e66e47.tar.gz |
Add CONFLICTS with avr-binutils<2.13.2.1 -- they installed info
files and localizations in the same place.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 550b8adfa78..b4ff4a6ca9d 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/12 14:15:38 seb Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/19 13:00:43 wiz Exp $ # DISTNAME= binutils-2.14 @@ -19,6 +19,8 @@ TEXINFO_REQD= 4.0 CONFIGURE_ARGS+= --with-lib-path='/lib:/usr/lib' +CONFLICTS= avr-binutils<2.13.2.1nb1 + PLIST_SRC= ${PKGDIR}/PLIST.common PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC PLIST_SRC+= ${PKGDIR}/PLIST.common_end |