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/prokyon3 | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) |
Notes
Diffstat (limited to 'audio/prokyon3')
-rw-r--r-- | audio/prokyon3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 7415b27bebe6..958daf6de0d5 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -7,7 +7,7 @@ PORTNAME= prokyon3 PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= Prokyon3 is a multithreaded MP3 manager and tag editor BUILD_DEPENDS= ${X11BASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib \ - vorbis.3:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_QT_VER= 3 |