summaryrefslogtreecommitdiff
path: root/audio/SDL-esound
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-01-15 09:13:47 +0000
committermarkd <markd@pkgsrc.org>2004-01-15 09:13:47 +0000
commit13a8db14a1c3e6df381ebfb641e649791ab72ae8 (patch)
tree26d83e7fb4a9f61e26e613f371f12d920efb92d2 /audio/SDL-esound
parent080645d6d37a43102ac982d0760c95a2d7e113d3 (diff)
downloadpkgsrc-13a8db14a1c3e6df381ebfb641e649791ab72ae8.tar.gz
SDL/Makefile.common has switched to buildlink3 so these need to switch
as well.
Diffstat (limited to 'audio/SDL-esound')
-rw-r--r--audio/SDL-esound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/SDL-esound/Makefile b/audio/SDL-esound/Makefile
index e2cccc72762..06f62f087a6 100644
--- a/audio/SDL-esound/Makefile
+++ b/audio/SDL-esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/03 19:24:43 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/15 09:13:47 markd Exp $
#
.include "../../devel/SDL/Makefile.common"
@@ -18,6 +18,6 @@ do-install:
cd ${WRKSRC}/src/audio/esd && ${SHLIBTOOL} --mode=install \
${INSTALL_DATA} libaudio_esd.la ${PREFIX}/lib
-.include "../../audio/esound/buildlink2.mk"
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../audio/esound/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"