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/bmp | |
parent | c289f5a5c100992705edae01682c94ca06e25370 (diff) | |
download | pkgsrc-80a11d4b67d7f2d748b3d3129e4b060ef656caa0.tar.gz |
USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.
Diffstat (limited to 'audio/bmp')
-rw-r--r-- | audio/bmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index 7aa34bd01a5..ba36a13e90e 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/01/13 10:54:44 obache Exp $ +# $NetBSD: Makefile,v 1.39 2012/01/14 03:13:03 hans Exp $ # BMP_ENABLE_ENCODERS= yes @@ -7,7 +7,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" PKGREVISION= 14 -DEPENDS+= unzip-[0-9]*:../../archivers/unzip +USE_TOOLS+= unzip:run PLIST_VARS+= cdaudio .if ${OPSYS} != "Darwin" |