diff options
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r-- | audio/pulseaudio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 2c1686f15be..13e8b9684b3 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2017/09/08 02:27:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.121 2017/10/02 19:21:15 ryoon Exp $ -DISTNAME= pulseaudio-11.0 +DISTNAME= pulseaudio-11.1 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ EXTRACT_SUFX= .tar.xz @@ -90,6 +90,8 @@ CONF_FILES+= ${EGDIR}/system.pa ${PKG_SYSCONFDIR}/system.pa CONF_FILES+= ${EGDIR}/pulseaudio-system.conf \ ${PKG_SYSCONFBASE}/dbus-1/system.d/pulseaudio-system.conf +PLIST_SUBST+= PULSELIBVER=11.0 + PLIST_VARS+= alsa bonjour coreaudio evdev oss sun .if ${OPSYS} == "SunOS" |