diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-11 16:22:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-11 16:22:29 +0000 |
commit | 258dca9bd979f4ccc578a152f9fe33e417972943 (patch) | |
tree | 22691eec715d130e23a902ce3d7ad315b3226c7d /audio | |
parent | caec4b7fd91fa666a3164efb848b1fc57747ab2a (diff) | |
download | pkgsrc-258dca9bd979f4ccc578a152f9fe33e417972943.tar.gz |
Fix typo, BUILD_USES_MSGFMT is the right spelling.
Diffstat (limited to 'audio')
-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 221dc631ff8..891e69a3de3 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/11/10 09:04:25 tonio Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/11 16:22:29 joerg Exp $ DISTNAME= cplay-1.49 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Curses front-end for various audio players PYTHON_PATCH_SCRIPTS= cplay USE_PKGINSTALL= yes -BUILD_USE_MSGFMT= yes +BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes PKGLOCALES= da de hu pl |