summaryrefslogtreecommitdiff
path: root/audio/audacity
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
committerjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
commitfcb7da800bdfcf21720b30da13c68603c1f09525 (patch)
tree77aa2e325b82a73660278dbb13238e6aac0adca7 /audio/audacity
parentf252a9837d224356df2bfc3c73223d7e84e939c5 (diff)
downloadpkgsrc-fcb7da800bdfcf21720b30da13c68603c1f09525.tar.gz
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 0b4b2c92c38..b7452e67037 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/06/01 18:02:37 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/06/01 20:07:59 jlam Exp $
DISTNAME= audacity-src-1.2.3
PKGNAME= audacity-1.2.3
@@ -13,7 +13,7 @@ COMMENT= Audio editor
DEPENDS+= zip>=0.0:../../archivers/zip
WRKSRC= ${WRKDIR}/audacity-src-1.2.3
-USE_TOOLS+= gmake
+USE_TOOLS+= autoconf gmake
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
@@ -39,7 +39,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/lib-src/libsndfile/libtool \
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"
# XXX Internal compiler error with -O2