Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 16:04:19 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405788 - head/audio/xmms2
Message-ID:  <201601111604.u0BG4JQr006270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jan 11 16:04:19 2016
New Revision: 405788
URL: https://svnweb.freebsd.org/changeset/ports/405788

Log:
  Convert to USES=sqlite

Modified:
  head/audio/xmms2/Makefile

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Mon Jan 11 16:02:54 2016	(r405787)
+++ head/audio/xmms2/Makefile	Mon Jan 11 16:04:19 2016	(r405788)
@@ -19,7 +19,7 @@ INSTALL_TARGET=	install --without-ldconf
 
 .if !defined(XMMS2_SLAVE)
 USE_GNOME=	glib20
-USE_SQLITE=	3
+USES+=		sqlite
 
 USE_LDCONFIG=	yes
 



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