diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 22:08:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 22:08:07 +0000 |
commit | 4c5a38e5be42f1b7dee6a843d87970ddf64a33c6 (patch) | |
tree | c37527370e4d7c0b451937617b59fda816daf4b0 /audio | |
parent | c8bc2156d7695a6197b2a1f589a50896b9526eda (diff) | |
download | pkgsrc-4c5a38e5be42f1b7dee6a843d87970ddf64a33c6.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-musepack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index 49ae9fd6a49..0aa8bb431ec 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/22 22:08:07 wiz Exp $ # DISTNAME= bmp-musepack-1.1 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= BMP plugin for Musepack (mpc) files +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes |