gtk-vnc: enable support for Pulseaudio by default

This fixes building net/deforaos-vncviewer, which depends on it.

Bumps PKGREVISION.
This commit is contained in:
khorben 2020-04-11 21:09:23 +00:00
parent 0093c5e089
commit 9e8298dba8
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.72 2020/03/10 22:08:56 wiz Exp $
# $NetBSD: Makefile,v 1.73 2020/04/11 21:09:23 khorben Exp $
#
DISTNAME= gtk-vnc-0.5.2
PKGREVISION= 31
PKGREVISION= 32
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-vnc/0.5/}
EXTRACT_SUFX= .tar.xz

View file

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.13 2019/09/02 13:19:50 adam Exp $
# $NetBSD: options.mk,v 1.14 2020/04/11 21:09:23 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk-vnc
PKG_SUPPORTED_OPTIONS= python vnc-sasl pulseaudio
PKG_SUGGESTED_OPTIONS= python vnc-sasl
PKG_SUGGESTED_OPTIONS= python vnc-sasl pulseaudio
.include "../../mk/bsd.options.mk"