diff options
author | joerg <joerg> | 2007-02-23 15:36:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-23 15:36:28 +0000 |
commit | 6f8c1f7ef2be56a5ad894017f8a695291aa8928d (patch) | |
tree | 5f35196ecd492ffd58dc02745d4410bdb2862231 | |
parent | e0b4128d370487b83a392304443aa8282da3d7bc (diff) | |
download | pkgsrc-6f8c1f7ef2be56a5ad894017f8a695291aa8928d.tar.gz |
Needs C for configure.
-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" |