summaryrefslogtreecommitdiff
path: root/audio/audacity
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-31 02:42:48 +0000
committerwiz <wiz@pkgsrc.org>2002-08-31 02:42:48 +0000
commit48e0b74be65a8030d1df1ecf8c1bc97bee14078e (patch)
treeb9b8c5284eacd50290ec0b6327256bdd7578f4ff /audio/audacity
parentda362c30a57964300b9fee71b3d02755b675d2a3 (diff)
downloadpkgsrc-48e0b74be65a8030d1df1ecf8c1bc97bee14078e.tar.gz
Convert to buildlink2.
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index a6ec1510e0d..c3857d9eb54 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/07/22 09:54:05 agc Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/31 02:42:48 wiz Exp $
#
DISTNAME= audacity-src-0.96
@@ -18,7 +18,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-xaudio --with-libmpeg3
USE_GMAKE= yes
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
# XXX Internal compiler error with -O2
.if (${MACHINE_ARCH} == alpha)
@@ -35,8 +35,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/audacity ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/audacity-help.htb ${PREFIX}/share
-.include "../../audio/id3lib/buildlink.mk"
-.include "../../audio/lame/buildlink.mk"
-.include "../../devel/libmpeg3/buildlink.mk"
-.include "../../x11/wxGTK/buildlink.mk"
+.include "../../audio/id3lib/buildlink2.mk"
+.include "../../audio/lame/buildlink2.mk"
+.include "../../devel/libmpeg3/buildlink2.mk"
+.include "../../x11/wxGTK/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"