Date: Mon, 5 Dec 2016 16:27:39 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427906 - head/audio/amarok-kde4 Message-ID: <201612051627.uB5GRdtg076086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612051627.uB5GRdtg076086>