diff options
author | joerg <joerg> | 2007-02-17 12:55:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-17 12:55:46 +0000 |
commit | 0c292323bcd66c3e4d07c788e6a0651015596853 (patch) | |
tree | 27a2dc9ec98d0c654789a0df907434f504fd18ea /audio/bmp-mac | |
parent | 0530aeee1245ad90ee675cd8d48228b8c80b88a9 (diff) | |
download | pkgsrc-0c292323bcd66c3e4d07c788e6a0651015596853.tar.gz |
Needs pkg-config.
Diffstat (limited to 'audio/bmp-mac')
-rw-r--r-- | audio/bmp-mac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile index c24a0cf76da..aef3b873b24 100644 --- a/audio/bmp-mac/Makefile +++ b/audio/bmp-mac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/09 21:20:51 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/17 12:55:46 joerg Exp $ # DISTNAME= bmp-mac-0.1.1 @@ -12,6 +12,7 @@ COMMENT= BMP plugin for Monkey's Audio files GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c++ +USE_TOOLS+= pkg-config .include "../../audio/bmp/buildlink3.mk" .include "../../audio/mac/buildlink3.mk" |