diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 15:41:53 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 15:41:53 +0000 |
commit | 6d160479c29813074da497bcbccf5b7f0fcecbd2 (patch) | |
tree | d86b9903b6ae2e2ab076240a0fe0bf0211e2ebd3 /audio/mp3unicode | |
parent | 29340dd1722704af4305d3ba1a52341372e3aeff (diff) |
Notes
Diffstat (limited to 'audio/mp3unicode')
-rw-r--r-- | audio/mp3unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3unicode/Makefile b/audio/mp3unicode/Makefile index 0c7bd22a2e0a..0d5731e96867 100644 --- a/audio/mp3unicode/Makefile +++ b/audio/mp3unicode/Makefile @@ -7,14 +7,14 @@ PORTNAME= mp3unicode PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= makc@issp.ac.ru COMMENT= ID3 tags charset converter -LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib/ +LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib/ USE_BZIP2= yes USE_ICONV= yes |