diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
commit | 41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e (patch) | |
tree | 493379d2d44721022b208b2fb249216653f3a692 /audio/ocp | |
parent | 2ed2a514eb028bc8dfa1ae3f4bf132e4ce4581fb (diff) | |
download | FreeBSD-ports-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.zip FreeBSD-ports-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.tar.gz |
Chase libid3tag update.
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index a2994c5..5d7c175 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://labs.nixia.no/ \ http://critical.ch/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://labs.nixia.no/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= The legendary Open Cubic Player -LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag \ +LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \ mad.2:${PORTSDIR}/audio/libmad \ vorbis.3:${PORTSDIR}/audio/libvorbis |