diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 19:02:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 19:02:46 +0800 |
commit | cc57a1dc9c31c6594ecaa5d012d6cd5eb371c5ce (patch) | |
tree | 39e91327495bcd38e4c404a17de002c4afbf8b4c /audio/zinf | |
parent | 1ac5facd44581a230cfeeea2df14f063cb7beb67 (diff) | |
download | freebsd-ports-gnome-cc57a1dc9c31c6594ecaa5d012d6cd5eb371c5ce.tar.gz freebsd-ports-gnome-cc57a1dc9c31c6594ecaa5d012d6cd5eb371c5ce.tar.zst freebsd-ports-gnome-cc57a1dc9c31c6594ecaa5d012d6cd5eb371c5ce.zip |
Chase version change of audio/id3lib
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index ea5ea73d885e..98ee7a6d09fd 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,7 +7,7 @@ PORTNAME= zinf PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MP3 player -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ gdbm.3:${PORTSDIR}/databases/gdbm |