aboutsummaryrefslogtreecommitdiff
path: root/audio/libgpod
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-02-13 10:18:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-02-13 10:18:11 +0000
commite3dfd38c358bb7f0d3559a9085ea98950c900646 (patch)
treef566e84c3c031f0e805959fc521c715b0ea22961 /audio/libgpod
parentfdbb31b6310225ce4c658aa3821054bab9560d6c (diff)
downloadports-e3dfd38c358bb7f0d3559a9085ea98950c900646.tar.gz
ports-e3dfd38c358bb7f0d3559a9085ea98950c900646.zip
- Chase sysutils/sg3_utils slib bump
PR: 142893 Submitted by: Mykola Dzham <i@levsha.me> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=249761
Diffstat (limited to 'audio/libgpod')
-rw-r--r--audio/libgpod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile
index 9644a728b35e..96e96edb0028 100644
--- a/audio/libgpod/Makefile
+++ b/audio/libgpod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgpod
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -43,7 +43,7 @@ PLIST_SUB+= PYTHON="@comment "
# SysInfo detection utility is required in order to support iPod classic
# and nano 3G
.if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils.so)
-LIB_DEPENDS+= sgutils.1:${PORTSDIR}/sysutils/sg3_utils
+LIB_DEPENDS+= sgutils2.2:${PORTSDIR}/sysutils/sg3_utils
PLIST_FILES+= bin/ipod-read-sysinfo-extended
.endif