diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-13 10:18:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-13 10:18:11 +0000 |
commit | e3dfd38c358bb7f0d3559a9085ea98950c900646 (patch) | |
tree | f566e84c3c031f0e805959fc521c715b0ea22961 /audio/libgpod | |
parent | fdbb31b6310225ce4c658aa3821054bab9560d6c (diff) | |
download | ports-e3dfd38c358bb7f0d3559a9085ea98950c900646.tar.gz ports-e3dfd38c358bb7f0d3559a9085ea98950c900646.zip |
Notes
Diffstat (limited to 'audio/libgpod')
-rw-r--r-- | audio/libgpod/Makefile | 4 |
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 |