diff options
author | drochner <drochner@pkgsrc.org> | 2013-04-10 16:20:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-04-10 16:20:21 +0000 |
commit | 325f9d7e2ec14c1991a7204fcf4a3476426eb1f8 (patch) | |
tree | 9f7e7088dcb0fea5d4f0a93f93702ecdaa22d876 /audio/mp3check/Makefile | |
parent | 11933c92a9fb9def974ac88d488a9c146ada120e (diff) | |
download | pkgsrc-325f9d7e2ec14c1991a7204fcf4a3476426eb1f8.tar.gz |
update to 0.8.7
changes: compilation fixes
Diffstat (limited to 'audio/mp3check/Makefile')
-rw-r--r-- | audio/mp3check/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 940fa2a56e3..52f69e48fda 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2012/10/02 23:47:58 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/10 16:20:21 drochner Exp $ -DISTNAME= mp3check-0.8.3 +DISTNAME= mp3check-0.8.7 CATEGORIES= audio -MASTER_SITES= http://jo.ath.cx/soft/mp3check/ +MASTER_SITES= http://mp3check.googlecode.com/files/ +EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jo.ath.cx/soft/mp3check/ @@ -11,6 +12,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_LANGUAGES= c c++ +USE_TOOLS+= gmake BUILD_TARGET= mp3check |