diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
commit | bbd52967db3e763461156db6ce03938e11717a34 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /audio/bmpx | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'audio/bmpx')
-rw-r--r-- | audio/bmpx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile index 2dd011aaedb..ad45b58d84e 100644 --- a/audio/bmpx/Makefile +++ b/audio/bmpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/01/09 02:54:25 obache Exp $ +# $NetBSD: Makefile,v 1.34 2012/01/14 02:09:35 hans Exp $ DISTNAME= bmpx-0.40.14 PKGREVISION= 12 @@ -10,13 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bmpx.backtrace.info/site/BMPx_Homepage COMMENT= Audio player to be used with a frontend or as a daemon -DEPENDS+= zip-[0-9]*:../../archivers/zip - PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config zip USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes # the following is a fix for nonsense in the configure script |