aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-10 23:38:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-10 23:38:51 +0000
commitfed243a9f18854cb17f010cb3c637b7540e04ad3 (patch)
treebfcfbcabbbf6eba266117a756d2c008d86c04ed2 /audio/pulseaudio
parentf20f0419312b4feace4b53eac58b5d7fa22817c7 (diff)
Notes
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index d76a44d74452..8fd86d7955ee 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -8,6 +8,7 @@
PORTNAME= pulseaudio
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
@@ -41,7 +42,7 @@ IGNORE= does not build on 4.X
.if (exists(${LOCALBASE}/lib/libavahi-core.a) || defined(PACKAGE_BUILDING) \
|| defined(WITH_AVAHI)) && !defined(WITHOUT_AVAHI)
-LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi
+LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi
CONFIGURE_ARGS+= --enable-avahi
PLIST_SUB+= AVAHI=""
.else