diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 11:02:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 11:02:46 +0000 |
commit | dcc0b77050d493b847af53ee39a6d31db31b8634 (patch) | |
tree | 38ee17ea6cf753e1e9f5ac8a493266dc01341511 /audio/id3v2 | |
parent | b59b40de43012b4b425cb73a3b0f0d5c2e95ec84 (diff) | |
download | ports-dcc0b77050d493b847af53ee39a6d31db31b8634.tar.gz ports-dcc0b77050d493b847af53ee39a6d31db31b8634.zip |
Chase version change of audio/id3lib
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=97219
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 |