1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Implict depend on libsndfile, since libsndfile was made a optional depend in

the libsamplerate port..

Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
		John Hein <gnome-jfbml@snkmail.com>
This commit is contained in:
Koop Mast 2012-08-16 17:26:54 +00:00
parent 710d4251be
commit 17f8b794de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302650

View File

@ -12,7 +12,7 @@
PORTNAME= pulseaudio
PORTVERSION= 0.9.23
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
@ -20,6 +20,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Sound server for UNIX
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
speexdsp.1:${PORTSDIR}/audio/speex \
dbus-1.3:${PORTSDIR}/devel/dbus \
gdbm.4:${PORTSDIR}/databases/gdbm \