svn commit: r490616 - head/multimedia/libva

Jan Beich jbeich at FreeBSD.org
Fri Jan 18 00:24:42 UTC 2019


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
 


More information about the svn-ports-head mailing list