diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
commit | 99f9bd5a6bc52202179a324f1badd82f9d013465 (patch) | |
tree | caada37ccae5771519b4407e2428e17c4e682e44 /audio/mp3check | |
parent | 27872777afd4bb203d4c46fc95979442f707b049 (diff) | |
download | pkgsrc-99f9bd5a6bc52202179a324f1badd82f9d013465.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'audio/mp3check')
-rw-r--r-- | audio/mp3check/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 824dd9ebb36..04cb868ce50 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:22:54 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/22 07:15:00 grant Exp $ DISTNAME= mp3check-0.8.0 CATEGORIES= audio @@ -8,7 +8,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.0vermann.de/soft/mp3check/mp3check.html COMMENT= Check MP3 files for consistency -#USE_GMAKE= YES +#USE_GNU_TOOLS+= make GNU_CONFIGURE= YES ALL_TARGET= mp3check |