Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 12:46:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439873 - head/audio/ices
Message-ID:  <201705011246.v41Ck0oW052199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May  1 12:46:00 2017
New Revision: 439873
URL: https://svnweb.freebsd.org/changeset/ports/439873

Log:
  Use USES=gnome

Modified:
  head/audio/ices/Makefile

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Mon May  1 12:45:55 2017	(r439872)
+++ head/audio/ices/Makefile	Mon May  1 12:46:00 2017	(r439873)
@@ -26,12 +26,12 @@ OPTIONS_DEFINE=	ALSA
 CONFIGURE_ARGS=	--disable-roaraudio --disable-sun-audio
 GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
-USES=		gmake iconv pkgconfig tar:bzip2
+USES=		gmake gnome iconv pkgconfig tar:bzip2
 
 PLIST_FILES=	bin/ices
 PORTDATA=	*
 
-ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 ALSA_CONFIGURE_ENABLE=	alsa
+ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705011246.v41Ck0oW052199>