diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /audio/easytag | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'audio/easytag')
-rw-r--r-- | audio/easytag/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 3754512caa1..bbad68dd24e 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/02/05 23:08:06 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= easytag-1.1 @@ -11,11 +11,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_DIRS+= xdg-1.1 USE_TOOLS+= gmake +USE_TOOLS+= msgfmt # xgettext, really USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |