diff options
Diffstat (limited to 'audio/mythplugin-mythmusic/Makefile')
-rw-r--r-- | audio/mythplugin-mythmusic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mythplugin-mythmusic/Makefile b/audio/mythplugin-mythmusic/Makefile index bbfd3de2b74e..09e9ee5e5138 100644 --- a/audio/mythplugin-mythmusic/Makefile +++ b/audio/mythplugin-mythmusic/Makefile @@ -3,6 +3,7 @@ PORTNAME= mythmusic PORTVERSION= 0.26.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ http://ftp.osuosl.org/pub/mythtv/old_releases/ \ @@ -15,7 +16,7 @@ MAINTAINER= decke@FreeBSD.org COMMENT= Music playing plugin for MythTV LIB_DEPENDS= cdio.13:${PORTSDIR}/sysutils/libcdio \ - FLAC.10:${PORTSDIR}/audio/flac \ + FLAC:${PORTSDIR}/audio/flac \ vorbis.4:${PORTSDIR}/audio/libvorbis \ tag.1:${PORTSDIR}/audio/taglib \ fftw3f:${PORTSDIR}/math/fftw3-float |