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/cplay | |
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/cplay')
-rw-r--r-- | audio/cplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 262b7528e73..6736cb1f46c 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/02 10:02:10 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:29 jlam Exp $ DISTNAME= cplay-1.49 PKGREVISION= 2 @@ -11,8 +11,8 @@ COMMENT= Curses front-end for various audio players PYTHON_PATCH_SCRIPTS= cplay -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt PKGLOCALES= da de hu pl EGDIR= ${PREFIX}/share/examples/cplay |