aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amarok-kde4
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-03-15 23:05:40 +0800
committerdanfe <danfe@FreeBSD.org>2011-03-15 23:05:40 +0800
commitec950c6f1fea47b255557832dac43265ac0230e9 (patch)
treec14f6961bba81c302ac0fa6b71438491ec33f6b5 /audio/amarok-kde4
parent2f48174528b5c751715dea7d52c0c489e28293ac (diff)
downloadfreebsd-ports-gnome-ec950c6f1fea47b255557832dac43265ac0230e9.tar.gz
freebsd-ports-gnome-ec950c6f1fea47b255557832dac43265ac0230e9.tar.zst
freebsd-ports-gnome-ec950c6f1fea47b255557832dac43265ac0230e9.zip
Chase libgpod shlib version bump.
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r--audio/amarok-kde4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 519b0f8f257a..0f3ff3fe649a 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= amarok
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -47,7 +48,7 @@ OPTIONS= GPOD "iPod support" on \
.include <bsd.port.options.mk>
.if defined(WITH_GPOD)
-LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod
PLIST_SUB+= GPOD=""
.else
CMAKE_ARGS+= -DWITH_Ipod:BOOL=Off