diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-23 15:36:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-23 15:36:28 +0000 |
commit | 4a27cecd394924a329cb89956c2caf9bdfaa89ed (patch) | |
tree | 5f35196ecd492ffd58dc02745d4410bdb2862231 /audio | |
parent | 580700d285888faee6a57e515bd8327904ddc762 (diff) | |
download | pkgsrc-4a27cecd394924a329cb89956c2caf9bdfaa89ed.tar.gz |
Needs C for configure.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-mac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile index aef3b873b24..bc521ea2aca 100644 --- a/audio/bmp-mac/Makefile +++ b/audio/bmp-mac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/17 12:55:46 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/23 15:36:28 joerg Exp $ # DISTNAME= bmp-mac-0.1.1 @@ -11,7 +11,7 @@ COMMENT= BMP plugin for Monkey's Audio files GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config .include "../../audio/bmp/buildlink3.mk" |