svn commit: r439873 - head/audio/ices

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 1 12:46:02 UTC 2017


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>


More information about the svn-ports-all mailing list