diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-12-02 17:16:16 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-12-02 17:16:16 +0000 |
commit | 276304288bb3596e87beb1c60f8ad7e6ff8cb3a1 (patch) | |
tree | c71054f448bca4befa36706aea13fb3170edefb5 /deskutils/pinot | |
parent | 6dac64742aee7fe3677f86320b059c53a52f08b1 (diff) |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi
Notes
Notes:
svn path=/head/; revision=245121
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 19453f33dee5..91daee018250 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ @@ -25,7 +26,7 @@ LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ exif.12:${PORTSDIR}/graphics/libexif \ gmime-2.4:${PORTSDIR}/mail/gmime24 \ - tag.6:${PORTSDIR}/audio/taglib \ + tag.1:${PORTSDIR}/audio/taglib \ curl.5:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ antiword:${PORTSDIR}/textproc/antiword \ |