aboutsummaryrefslogtreecommitdiffstats
path: root/audio/kid3-kde4
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2013-06-10 03:30:58 +0800
committernaddy <naddy@FreeBSD.org>2013-06-10 03:30:58 +0800
commit07cea3e0a14b72b60357ae28bd356869a23d0e01 (patch)
tree45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/kid3-kde4
parent44eb55cc9a8c265b9988d93c8ea8f0b12f8b8d4e (diff)
downloadfreebsd-ports-gnome-07cea3e0a14b72b60357ae28bd356869a23d0e01.tar.gz
freebsd-ports-gnome-07cea3e0a14b72b60357ae28bd356869a23d0e01.tar.zst
freebsd-ports-gnome-07cea3e0a14b72b60357ae28bd356869a23d0e01.zip
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports. PR: 179072
Diffstat (limited to 'audio/kid3-kde4')
-rw-r--r--audio/kid3-kde4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile
index 0df2598635d6..ba5fc7338fce 100644
--- a/audio/kid3-kde4/Makefile
+++ b/audio/kid3-kde4/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kid3
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= SF
@@ -31,7 +32,7 @@ CHROMAPRINT_DESC= Support for Chromaprint audio fingerprints
.if ${PORT_OPTIONS:MFLAC}
CMAKE_ARGS+= -DWITH_FLAC=ON
-LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac
.else
CMAKE_ARGS+= -DWITH_FLAC=OFF
.endif