diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 03:13:03 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 03:13:03 +0000 |
commit | 80a11d4b67d7f2d748b3d3129e4b060ef656caa0 (patch) | |
tree | b90af9a5eeffc289ee81081de9c3ea107b362d1b /audio/amarok-kde3 | |
parent | c289f5a5c100992705edae01682c94ca06e25370 (diff) | |
download | pkgsrc-80a11d4b67d7f2d748b3d3129e4b060ef656caa0.tar.gz |
USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.
Diffstat (limited to 'audio/amarok-kde3')
-rw-r--r-- | audio/amarok-kde3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 735ce06fc25..f4ad14fabae 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/01/13 10:54:44 obache Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/14 03:13:04 hans Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 @@ -13,9 +13,7 @@ COMMENT= KDE3 audio player PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= unzip-[0-9]*:../../archivers/unzip - -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake pkg-config msgfmt unzip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_LIBTOOL= yes |