diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
commit | 41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e (patch) | |
tree | 493379d2d44721022b208b2fb249216653f3a692 /audio/gtkpod | |
parent | 2ed2a514eb028bc8dfa1ae3f4bf132e4ce4581fb (diff) | |
download | FreeBSD-ports-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.zip FreeBSD-ports-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.tar.gz |
Chase libid3tag update.
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 624da1e..6dc2733 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkpod PORTVERSION= 0.94.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= GUI for Apple iPods using GTK2 -LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag +LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain \ iconv:${PORTSDIR}/converters/libiconv |