diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
commit | 1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch) | |
tree | 45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/kio-audiocd | |
parent | b6702c813611f59c5c532b812919372252db5fc7 (diff) |
Notes
Diffstat (limited to 'audio/kio-audiocd')
-rw-r--r-- | audio/kio-audiocd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/kio-audiocd/Makefile b/audio/kio-audiocd/Makefile index 148188de6805..2e2040c69bf2 100644 --- a/audio/kio-audiocd/Makefile +++ b/audio/kio-audiocd/Makefile @@ -3,6 +3,7 @@ PORTNAME= kio-audiocd PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ COMMENT= KDE IOSlave for accessing audio CDs LICENSE= GPLv2 -LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ +LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ ogg.8:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis |