diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-31 21:53:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-31 21:53:26 +0000 |
commit | d4817179d43f616822f01dc3d5b877b84ccabf44 (patch) | |
tree | 40055aea6f96fbccaa81707e5f492ba903a83940 /audio | |
parent | e8b2ba9fa0765bfc75e5de73254836b71b09963a (diff) | |
download | pkgsrc-d4817179d43f616822f01dc3d5b877b84ccabf44.tar.gz |
Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3check/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 3b8b4e125b1..5e21bb00b41 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/16 12:20:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/31 21:53:26 jlam Exp $ DISTNAME= mp3check-0.8.0 CATEGORIES= audio @@ -8,7 +8,6 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://jo.ath.cx/soft/mp3check/mp3check.html COMMENT= Check MP3 files for consistency -#USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LANGUAGES= c c++ |