diff options
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 |