diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 11:02:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 11:02:46 +0000 |
commit | dcc0b77050d493b847af53ee39a6d31db31b8634 (patch) | |
tree | 38ee17ea6cf753e1e9f5ac8a493266dc01341511 /audio/juk | |
parent | b59b40de43012b4b425cb73a3b0f0d5c2e95ec84 (diff) |
Chase version change of audio/id3lib
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=97219
Diffstat (limited to 'audio/juk')
-rw-r--r-- | audio/juk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile index 94ab03fc0a2e..97e0731969ac 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -7,13 +7,14 @@ PORTNAME= juk PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= http://developer.kde.org/~wheeler/files/src/ MAINTAINER= kde@FreeBSD.org COMMENT= JuK, a music manager and jukebox for KDE -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib RUN_DEPENDS= ${LOCALBASE}/lib/kde3/kfile_mp3.so:${PORTSDIR}/multimedia/kdemultimedia3 \ ${LOCALBASE}/lib/kde3/kfile_ogg.so:${PORTSDIR}/multimedia/kdemultimedia3 |