diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 07:49:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-13 07:49:32 +0000 |
commit | 5212709cc8d5f4e23d922b1a3e9d5a7f40755e9d (patch) | |
tree | 3caef1af5743551e80c10c3fc79b61e6cc54c3e0 /audio/moc | |
parent | - Update to 2.02 (diff) |
- Change MP3 dependency on libmad, no need to depend on full mad player
Approved by: Integral <rzinkov@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=142569
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 |