diff options
-rw-r--r-- | audio/bmp-musepack/Makefile | 3 | ||||
-rw-r--r-- | audio/py-musepack/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index bcb27c163da0..30dfa2a92ac3 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Musepack decoder for beep-media-player +DEPRECATED= does not build with audio/musepack +EXPIRATION_DATE= 2010-11-15 + LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ mpcdec:${PORTSDIR}/audio/libmpcdec \ tag:${PORTSDIR}/audio/taglib diff --git a/audio/py-musepack/Makefile b/audio/py-musepack/Makefile index 542e36867965..a2307fa9dc3c 100644 --- a/audio/py-musepack/Makefile +++ b/audio/py-musepack/Makefile @@ -15,6 +15,9 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module that provides the Musepack decoding interface +DEPRECATED= does not build with audio/musepack +EXPIRATION_DATE= 2010-11-15 + LIB_DEPENDS= mpcdec:${PORTSDIR}/audio/libmpcdec USE_PYTHON= yes |