diff options
Diffstat (limited to 'audio/bmp/Makefile')
-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" |