diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-06 10:24:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-06 10:24:44 +0000 |
commit | 54a2cb3e95abc5d0b923255be8dc60169877ac34 (patch) | |
tree | d2f8bc2a47d9db86f02af152ed020b7241c2547e /audio/kmp/Makefile | |
parent | d86942bb92e9fca1fdf0c3d62116e42e5788890d (diff) | |
download | pkgsrc-54a2cb3e95abc5d0b923255be8dc60169877ac34.tar.gz |
Uses c too, noted in kristerw's bulk build.
Diffstat (limited to 'audio/kmp/Makefile')
-rw-r--r-- | audio/kmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile index 17ecddc835a..4d6414acda6 100644 --- a/audio/kmp/Makefile +++ b/audio/kmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/08/06 10:24:44 wiz Exp $ DISTNAME= kmp-0.01 PKGREVISION= 4 @@ -10,7 +10,7 @@ MAINTAINER= pkg@burningsoda.com #HOMEPAGE= http://www.threadbox.net/index.php/code/kmp/ COMMENT= Qt client for the Music Player Daemon -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= ${PREFIX} |