diff options
author | hans <hans> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 02:09:35 +0000 |
commit | c44aeab8e78ae8b614c60c9fe2caac5b0b19a260 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /audio/audacity | |
parent | 23b60a2735b7dcc03c2310ae965e41acb849086e (diff) | |
download | pkgsrc-c44aeab8e78ae8b614c60c9fe2caac5b0b19a260.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index c56d50900c7..69393df0781 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2011/11/01 06:00:34 sbd Exp $ +# $NetBSD: Makefile,v 1.70 2012/01/14 02:09:35 hans Exp $ DISTNAME= audacity-src-1.2.6 PKGREVISION= 11 @@ -10,14 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://audacity.sourceforge.net/ COMMENT= Audio editor -DEPENDS+= zip>=0.0:../../archivers/zip - PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= autoconf gmake msgfmt pkg-config +USE_TOOLS+= autoconf gmake msgfmt pkg-config zip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xaudio |