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 | 50bdccbff7fd6a2b9143051e857216c029f7951c (patch) | |
tree | c9bb0010a47f6ce164043cec61e0c3b32e8730f5 /audio/cplay | |
parent | 259fcc3c7fc62638cfdc00fd673c9536f84655ba (diff) | |
download | pkgsrc-50bdccbff7fd6a2b9143051e857216c029f7951c.tar.gz |
No comipler languages is used.
Diffstat (limited to 'audio/cplay')
-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 |