diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-17 15:58:55 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-17 15:58:55 +0000 |
commit | af47962dce63f572e74aec76eb5ab52ee2921381 (patch) | |
tree | 5c025e2923cb563c716160525f5bb9992a9abc65 /devel | |
parent | 9cfcd847ea0806a60c63d2e009634d09b9a5b06d (diff) | |
download | pkgsrc-af47962dce63f572e74aec76eb5ab52ee2921381.tar.gz |
binutils-2.15 does not support Darwin's object file format.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index e280e9465ed..d2b280ee9cc 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:45:18 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/07/17 15:58:55 kristerw Exp $ DISTNAME= binutils-2.15 PKGNAME= binutils-2.15.0.0 @@ -11,7 +11,7 @@ COMMENT= GNU binary utilities CONFLICTS= avr-binutils<2.13.2.1nb1 -NOT_FOR_PLATFORM= Interix-*-* +NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* USE_PKGLOCALEDIR= yes REPLACE_LOCALEDIR_PATTERNS+= Make-in |