Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2019 00:24:41 +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: r490616 - head/multimedia/libva
Message-ID:  <201901180024.x0I0OfWu073114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jan 18 00:24:41 2019
New Revision: 490616
URL: https://svnweb.freebsd.org/changeset/ports/490616

Log:
  multimedia/libva: sort USEs

Modified:
  head/multimedia/libva/Makefile   (contents, props changed)

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Fri Jan 18 00:17:00 2019	(r490615)
+++ head/multimedia/libva/Makefile	Fri Jan 18 00:24:41 2019	(r490616)
@@ -18,8 +18,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libdrm.so:graphics/libdrm
 
 USES=		meson pkgconfig
-USE_LDCONFIG=	yes
 USE_GITHUB=	yes
+USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
 LDFLAGS+=	-lpthread # for pthread_getthreadid_np
 



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