svn commit: r497456 - head/audio/libmatemixer

Eric Turgeon ericbsd at FreeBSD.org
Mon Apr 1 01:15:30 UTC 2019


Author: ericbsd
Date: Mon Apr  1 01:15:29 2019
New Revision: 497456
URL: https://svnweb.freebsd.org/changeset/ports/497456

Log:
  defaulting audio/libmatemixer with pulseaudio
  
  Approved by:	mentors (implicit)

Modified:
  head/audio/libmatemixer/Makefile

Modified: head/audio/libmatemixer/Makefile
==============================================================================
--- head/audio/libmatemixer/Makefile	Mon Apr  1 01:11:43 2019	(r497455)
+++ head/audio/libmatemixer/Makefile	Mon Apr  1 01:15:29 2019	(r497456)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libmatemixer
 PORTVERSION=	1.20.1
+PORTREVISION=	1
 CATEGORIES=	audio mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -24,6 +25,7 @@ CONFIGURE_ARGS=	--disable-null \
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=		PULSEAUDIO ALSA
+OPTIONS_DEFAULT=	PULSEAUDIO
 OPTIONS_SUB=		yes
 
 PULSEAUDIO_CONFIGURE_ENABLE=	pulseaudio


More information about the svn-ports-all mailing list