diff options
Diffstat (limited to 'audio/moc')
-rw-r--r-- | audio/moc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |