diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 15:41:07 +0000 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 15:41:07 +0000 |
commit | d7b0b652d8f73ed7e75d53f399adda12e7e2c08c (patch) | |
tree | fe557833caa254b4c366ecbc628a737a96839c26 /audio/py-taglib | |
parent | f962dc9cd302b7015e8316a35f425979d8679ccd (diff) | |
download | FreeBSD-ports-d7b0b652d8f73ed7e75d53f399adda12e7e2c08c.zip FreeBSD-ports-d7b0b652d8f73ed7e75d53f399adda12e7e2c08c.tar.gz |
- Chase taglib bump
- Mark as BROKEN
Approved by: portmgr (pav)
Diffstat (limited to 'audio/py-taglib')
-rw-r--r-- | audio/py-taglib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/py-taglib/Makefile b/audio/py-taglib/Makefile index 9579ad0..5607601 100644 --- a/audio/py-taglib/Makefile +++ b/audio/py-taglib/Makefile @@ -6,6 +6,7 @@ PORTNAME= taglib PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://download.berlios.de/namingmuse/ \ http://download2.berlios.de/namingmuse/ @@ -15,7 +16,9 @@ DISTNAME= python-taglib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for the taglib audio file tagging library -LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib +BROKEN= does not build with taglib 1.5 + +LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION} |