svn commit: r427906 - head/audio/amarok-kde4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 5 16:27:40 UTC 2016


Author: rakuco
Date: Mon Dec  5 16:27:38 2016
New Revision: 427906
URL: https://svnweb.freebsd.org/changeset/ports/427906

Log:
  Switch to USES=mysql:embedded
  
  PR:		214184
  Submitted by:	matthew at reztek.cz

Modified:
  head/audio/amarok-kde4/Makefile

Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile	Mon Dec  5 16:13:16 2016	(r427905)
+++ head/audio/amarok-kde4/Makefile	Mon Dec  5 16:27:38 2016	(r427906)
@@ -22,10 +22,9 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/qt4/plug
 RUN_DEPENDS=	${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \
 		${KDE_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms
 
-USES=		cmake kde:4 pkgconfig shared-mime-info shebangfix tar:bzip2
+USES=		cmake kde:4 mysql:embedded pkgconfig shared-mime-info shebangfix tar:bzip2
 USE_KDE=	kdelibs libkcddb libkcompactdisc \
 		nepomuk-core runtime automoc4 strigi
-USE_MYSQL=	embedded
 USE_QT4=	corelib dbus designer gui network opengl \
 		phonon script sql svg webkit xml \
 		qmake_build moc_build rcc_build uic_build


More information about the svn-ports-head mailing list