diff options
author | cbiere <cbiere@pkgsrc.org> | 2007-02-01 14:52:43 +0000 |
---|---|---|
committer | cbiere <cbiere@pkgsrc.org> | 2007-02-01 14:52:43 +0000 |
commit | 7dfa01676cddab4b07ef23f28950befed89d46f4 (patch) | |
tree | 33cc6b26f89a0707b9e0ac46be27c91427972d0e | |
parent | 141e89db9c44337cbde8ae910e4898d57bdfb057 (diff) | |
download | pkgsrc-7dfa01676cddab4b07ef23f28950befed89d46f4.tar.gz |
Use audio/libmpcdec instead of audio/libmusepack for Musepack support.
-rw-r--r-- | audio/musicpd/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/musicpd/options.mk b/audio/musicpd/options.mk index ac26b81ad5a..99a7ea80a56 100644 --- a/audio/musicpd/options.mk +++ b/audio/musicpd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2007/01/31 21:35:11 cbiere Exp $ +# $NetBSD: options.mk,v 1.7 2007/02/01 14:52:43 cbiere Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.musicpd PKG_SUPPORTED_OPTIONS= aac audiofile flac iconv id3 libmikmod musepack ogg @@ -50,8 +50,8 @@ CONFIGURE_ARGS+= --disable-libmikmod .endif .if !empty(PKG_OPTIONS:Mmusepack) -. include "../../audio/libmusepack/buildlink3.mk" -CONFIGURE_ENV+= mpcdec_prefix=${BUILDLINK_PREFIX.libmusepack} +. include "../../audio/libmpcdec/buildlink3.mk" +CONFIGURE_ENV+= mpcdec_prefix=${BUILDLINK_PREFIX.libmpcdec} CONFIGURE_ARGS+= --enable-mpc .else CONFIGURE_ARGS+= --disable-mpc |