svn commit: r405788 - head/audio/xmms2

Guido Falsi madpilot at FreeBSD.org
Mon Jan 11 16:04:20 UTC 2016


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
 


More information about the svn-ports-all mailing list