diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-13 18:18:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-13 18:18:11 +0800 |
commit | 330c80b3cf2cd55748ce079d92d5b64dc7507d57 (patch) | |
tree | d2395e2011296395cbbe60bd2c26b2479c6dddcf /audio | |
parent | 32ccd2dd9601a09eb84845ccd629eca1bb10bfa7 (diff) | |
download | freebsd-ports-gnome-330c80b3cf2cd55748ce079d92d5b64dc7507d57.tar.gz freebsd-ports-gnome-330c80b3cf2cd55748ce079d92d5b64dc7507d57.tar.zst freebsd-ports-gnome-330c80b3cf2cd55748ce079d92d5b64dc7507d57.zip |
- Chase sysutils/sg3_utils slib bump
PR: 142893
Submitted by: Mykola Dzham <i@levsha.me>
Approved by: maintainer timeout
Diffstat (limited to 'audio')
-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 |