diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index efada33bb33..6b046e26f16 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2003/09/03 19:30:50 drochner Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/10/29 20:54:58 heinz Exp $ # DISTNAME= SDL-1.2.6 @@ -23,6 +23,7 @@ USE_LIBTOOL= YES .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "i386" +.include "../../devel/binutils/buildlink2.mk" BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm NASMFLAGS_ELF= -f elf NASMFLAGS_a.out= -f aoutb |