diff options
author | tron <tron@pkgsrc.org> | 2007-08-14 14:08:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-08-14 14:08:13 +0000 |
commit | cba03b30e1269decd59a9cf739ff9381675614f9 (patch) | |
tree | c8db48f85f595e6ada2bbf4335756e76c9df7dd9 /devel | |
parent | 6765119a4b48939025938eeb0fc8cf2eecf5bf0b (diff) | |
download | pkgsrc-cba03b30e1269decd59a9cf739ff9381675614f9.tar.gz |
Remove dependence on "binutils" package. It is apparently a leftover
from the time when this package used "nasm" instead of "yasm".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 104fdb3ce9d..76331bdd9c2 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -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 @@ CPPFLAGS+= -DX11BASE="\"${X11BASE}\"" .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 |