aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amarok
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-13 02:48:30 +0800
committermarcus <marcus@FreeBSD.org>2006-10-13 02:48:30 +0800
commitee5c90e39d151b3e89ebc1173b85ff08e43a7870 (patch)
treeb2c49bf2c56dadba805a13dca40a5ed3ebf7679e /audio/amarok
parentbdd4561de84660f25927fa9027fa0139f393fdc9 (diff)
downloadfreebsd-ports-gnome-ee5c90e39d151b3e89ebc1173b85ff08e43a7870.tar.gz
freebsd-ports-gnome-ee5c90e39d151b3e89ebc1173b85ff08e43a7870.tar.zst
freebsd-ports-gnome-ee5c90e39d151b3e89ebc1173b85ff08e43a7870.zip
Chase the libgpod shared lib version.
Reported by: pointyhat via kris Approved by: portmgr (implicit)
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 346f86d7513e..2b0eb4438eba 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -6,7 +6,7 @@
PORTNAME= amarok
PORTVERSION= 1.4.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+=--without-exscalibar \
.if !defined(WITH_GPOD)
PLIST_SUB+= GPOD="@comment "
.else
-LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod
+LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-libgpod
PLIST_SUB+= GPOD=""
.endif