diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:17:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:17:55 +0000 |
commit | 591244e0227f1d03dcded131ae426612bcb1a3da (patch) | |
tree | 8fbece08f3980e498168c41f4111011921786166 /audio/xmms-speex | |
parent | 951aa6e2955c19dd2a6af3b51486054580125836 (diff) |
Chase libraries for new audio/speex version.
Notes
Notes:
svn path=/head/; revision=114484
Diffstat (limited to 'audio/xmms-speex')
-rw-r--r-- | audio/xmms-speex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-speex/Makefile b/audio/xmms-speex/Makefile index cd110412af17..421772f6dac8 100644 --- a/audio/xmms-speex/Makefile +++ b/audio/xmms-speex/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-speex PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://jzb.rapanden.dk/pub/ DISTNAME= speex-xmms-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= dyeske@yahoo.com COMMENT= XMMS input plugin to play speex files BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= speex.2:${PORTSDIR}/audio/speex +LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms PLIST_FILES= lib/xmms/Input/libspeex.so |