Don't enable alsa option by default except on Linux.

Bump PKGREVISION.
This commit is contained in:
markd 2013-04-28 03:18:17 +00:00
parent df6e41d3dc
commit b209635c2f
2 changed files with 9 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.20 2013/04/13 23:05:36 markd Exp $
# $NetBSD: Makefile,v 1.21 2013/04/28 03:18:17 markd Exp $
DISTNAME= kde-runtime-${_KDE_VERSION}
PKGNAME= ${DISTNAME:S/-4/4-4/}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= x11
COMMENT= Runtime requirements for the KDE integrated X11 desktop
@ -19,6 +19,7 @@ DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons
USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
# Some files are conditional on 'md5sum' or 'md5' being present.

View file

@ -1,8 +1,12 @@
# $NetBSD: options.mk,v 1.2 2012/03/25 20:11:28 markd Exp $
# $NetBSD: options.mk,v 1.3 2013/04/28 03:18:18 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kde-runtime4
PKG_SUPPORTED_OPTIONS= samba alsa
PKG_SUGGESTED_OPTIONS= samba alsa
PKG_SUGGESTED_OPTIONS= samba
.if ${OPSYS} == "Linux"
PKG_SUGGESTED_OPTIONS+= alsa
.endif
.include "../../mk/bsd.options.mk"