diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /audio/madman | |
parent | Add p5-Perl6-Export-Attrs, Implements a Perl 5 native version of what the (diff) |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=196462
Diffstat (limited to 'audio/madman')
-rw-r--r-- | audio/madman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/madman/Makefile b/audio/madman/Makefile index bf31f599bd5a..1139fb9aecb4 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -7,7 +7,7 @@ PORTNAME= madman PORTVERSION= 0.93 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= madman @@ -18,7 +18,7 @@ COMMENT= An advanced digital music manager BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ id3tag.0:${PORTSDIR}/audio/libid3tag \ - vorbis.3:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= python:${PORTSDIR}/lang/python USE_QT_VER= 3 |