diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-31 02:15:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-31 02:15:29 +0000 |
commit | f8ac31c717b5c2b4a952c916bf17354b5703ca57 (patch) | |
tree | 1a6dcbcc84643f58dc0332a17520e9e60a7e9000 /audio | |
parent | 9f921f0f3710daf9fee357895b21b5228fd95103 (diff) | |
download | pkgsrc-f8ac31c717b5c2b4a952c916bf17354b5703ca57.tar.gz |
pkglint silencing.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 68384bc169a..a93db03f8f5 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/08/31 02:14:38 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/31 02:15:29 wiz Exp $ # DISTNAME= easytag-0.23 @@ -9,9 +9,10 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface +BUILD_USES_MSGFMT= yes # xgettext, really + GNU_CONFIGURE= yes USE_GMAKE= yes -BUILD_USES_MSGFMT= yes # xgettext, really USE_X11BASE= yes USE_BUILDLINK2= yes |