diff options
author | obache <obache@pkgsrc.org> | 2012-01-23 12:05:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-23 12:05:07 +0000 |
commit | c67982c51839ff6d1b6471b58e70ba4644a0abfd (patch) | |
tree | c9bb0010a47f6ce164043cec61e0c3b32e8730f5 /audio | |
parent | 807d6a650f7559b1660849194f53968c99b943c8 (diff) | |
download | pkgsrc-c67982c51839ff6d1b6471b58e70ba4644a0abfd.tar.gz |
No comipler languages is used.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 4b4ab384155..d7d3de871eb 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/01/23 12:01:43 obache Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/23 12:05:07 obache Exp $ DISTNAME= cplay-1.49 PKGREVISION= 4 @@ -18,6 +18,7 @@ PYTHON_PATCH_SCRIPTS= cplay USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt +USE_LANGUAGES= # none PKGLOCALES= da de hu pl EGDIR= ${PREFIX}/share/examples/cplay |