pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/SDL Remove dependence on "binutils" package. It ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4fda18f8c80
branches:  trunk
changeset: 532228:e4fda18f8c80
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Aug 14 14:08:13 2007 +0000

description:
Remove dependence on "binutils" package. It is apparently a leftover
from the time when this package used "nasm" instead of "yasm".

diffstat:

 devel/SDL/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f06712fdcaf2 -r e4fda18f8c80 devel/SDL/Makefile
--- a/devel/SDL/Makefile        Tue Aug 14 13:40:06 2007 +0000
+++ b/devel/SDL/Makefile        Tue Aug 14 14:08:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2007/07/25 23:31:08 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2007/08/14 14:08:13 tron Exp $
 
 DISTNAME=      SDL-1.2.12
 CATEGORIES=    devel games
@@ -25,7 +25,6 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS"
-.  include "../../devel/binutils/buildlink3.mk"
 BUILD_DEPENDS+=                yasm>=0.6.0:../../devel/yasm
 NASMFLAGS_ELF=         -f elf
 NASMFLAGS_a.out=       -f aoutb



Home | Main Index | Thread Index | Old Index