diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch) | |
tree | 765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/prokyon3 | |
parent | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff) |
Catch up with libogg/libvorbis version bump.
Notes
Notes:
svn path=/head/; revision=96269
Diffstat (limited to 'audio/prokyon3')
-rw-r--r-- | audio/prokyon3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 888c7212a0a0..49d210af4703 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -7,6 +7,7 @@ PORTNAME= prokyon3 PORTVERSION= 0.9.1.r1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,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.2:${PORTSDIR}/audio/libvorbis + vorbis.3:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms WRKSRC= ${WRKDIR}/${PORTNAME} |