From 64be8885a7cb04bbde78e5220803e05a64d395ca Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 13 Sep 2005 07:49:32 +0000 Subject: - Change MP3 dependency on libmad, no need to depend on full mad player Approved by: Integral (maintainer) --- audio/moc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/moc/Makefile b/audio/moc/Makefile index e85c684653a6..0ea24ae33011 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -7,6 +7,7 @@ PORTNAME= moc PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -47,7 +48,7 @@ CONFIGURE_ARGS+= --without-jack .endif .if defined(WITH_MP3) -LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad \ +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ id3tag.2:${PORTSDIR}/audio/libid3tag PLIST_FILES+= lib/moc/decoder_plugins/libmp3_decoder.so .else -- cgit