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/id3v2 | |
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/id3v2')
-rw-r--r-- | audio/id3v2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index bd0ea7df7621..f6c61050cba0 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -7,7 +7,7 @@ PORTNAME= id3v2 PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= id3v2 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= id3v2 MAINTAINER= rehsack@liwing.de COMMENT= Command line id3v2 tag editor -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib USE_GETOPT_LONG=yes CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1 |