summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-08-14 14:08:13 +0000
committertron <tron@pkgsrc.org>2007-08-14 14:08:13 +0000
commitcba03b30e1269decd59a9cf739ff9381675614f9 (patch)
treec8db48f85f595e6ada2bbf4335756e76c9df7dd9 /devel/SDL
parent6765119a4b48939025938eeb0fc8cf2eecf5bf0b (diff)
downloadpkgsrc-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/SDL')
-rw-r--r--devel/SDL/Makefile3
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