diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-11-10 22:16:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-11-10 22:16:02 +0000 |
commit | c3f5beab16a7e16ab41922ad8b0fe43ce40dfca7 (patch) | |
tree | 4eeffb5772b4614268e425b129c82ab2542a93aa /audio/pulseaudio | |
parent | a2855f5fa5864e44efdf4d5c5ee6e45cab912a47 (diff) | |
download | ports-c3f5beab16a7e16ab41922ad8b0fe43ce40dfca7.tar.gz ports-c3f5beab16a7e16ab41922ad8b0fe43ce40dfca7.zip |
Add a missing dependency, databases/gdbm, when WITHOUT_AVAHI is defined. Bump
the PORTREVISION.
PR: ports/128688
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=222704
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 382e9cb513de..efacde60e7c7 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -8,6 +8,7 @@ PORTNAME= pulseaudio PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ @@ -17,7 +18,8 @@ COMMENT= Sound server for UNIX LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ oil-0.3.0:${PORTSDIR}/devel/liboil \ speexdsp.1:${PORTSDIR}/audio/speex \ - dbus-1.3:${PORTSDIR}/devel/dbus + dbus-1.3:${PORTSDIR}/devel/dbus \ + gdbm.3:${PORTSDIR}/databases/gdbm USE_GNOME= gnometarget gnomehack glib20 ltverhack USE_XORG= x11 sm |