Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2017 04:41:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447730 - head/multimedia/mpc-qt
Message-ID:  <201708110441.v7B4fVkf084087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Aug 11 04:41:31 2017
New Revision: 447730
URL: https://svnweb.freebsd.org/changeset/ports/447730

Log:
  multimedia/mpc-qt: fix missing icons after r443673

Modified:
  head/multimedia/mpc-qt/Makefile   (contents, props changed)

Modified: head/multimedia/mpc-qt/Makefile
==============================================================================
--- head/multimedia/mpc-qt/Makefile	Fri Aug 11 00:39:19 2017	(r447729)
+++ head/multimedia/mpc-qt/Makefile	Fri Aug 11 04:41:31 2017	(r447730)
@@ -3,7 +3,7 @@
 PORTNAME=	mpc-qt
 DISTVERSIONPREFIX=	v
 DISTVERSION=	17.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio
 MASTER_SITES=	https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME}.desktop?h=${PORTNAME}-git&id=b1a6b91&dummy=/:desktop
 DISTFILES=	${PORTNAME}.desktop:desktop
@@ -24,7 +24,7 @@ GH_ACCOUNT=	cmdrkotori
 
 USES=		compiler:c++11-lib desktop-file-utils pkgconfig qmake
 USE_QT5=	qmake_build buildtools_build linguisttools_build \
-		core dbus gui network widgets x11extras
+		core dbus gui network svg_run widgets x11extras
 USE_GL=		gl
 CXXFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
 		-D_DECLARE_C99_LDBL_MATH # XXX ports/193528



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