diff options
author | markd <markd@pkgsrc.org> | 2004-01-15 09:13:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-01-15 09:13:47 +0000 |
commit | 13a8db14a1c3e6df381ebfb641e649791ab72ae8 (patch) | |
tree | 26d83e7fb4a9f61e26e613f371f12d920efb92d2 /audio/SDL-nas | |
parent | 080645d6d37a43102ac982d0760c95a2d7e113d3 (diff) | |
download | pkgsrc-13a8db14a1c3e6df381ebfb641e649791ab72ae8.tar.gz |
SDL/Makefile.common has switched to buildlink3 so these need to switch
as well.
Diffstat (limited to 'audio/SDL-nas')
-rw-r--r-- | audio/SDL-nas/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/SDL-nas/Makefile b/audio/SDL-nas/Makefile index 46b01f4093d..252bfd762ee 100644 --- a/audio/SDL-nas/Makefile +++ b/audio/SDL-nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/09/03 19:24:44 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/15 09:13:47 markd Exp $ # .include "../../devel/SDL/Makefile.common" @@ -20,6 +20,6 @@ do-install: BUILDLINK_DEPENDS.SDL= SDL>=1.2.5nb6 -.include "../../audio/nas/buildlink2.mk" -.include "../../devel/SDL/buildlink2.mk" +.include "../../audio/nas/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |