svn commit: r385770 - head/multimedia/libva-intel-driver

John Marino marino at FreeBSD.org
Fri May 8 12:20:47 UTC 2015


Author: marino
Date: Fri May  8 12:20:46 2015
New Revision: 385770
URL: https://svnweb.freebsd.org/changeset/ports/385770

Log:
  multimedia/libva-intel-driver: support DragonFly with USES=alias

Modified:
  head/multimedia/libva-intel-driver/Makefile

Modified: head/multimedia/libva-intel-driver/Makefile
==============================================================================
--- head/multimedia/libva-intel-driver/Makefile	Fri May  8 11:53:29 2015	(r385769)
+++ head/multimedia/libva-intel-driver/Makefile	Fri May  8 12:20:46 2015	(r385770)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libva.so:${PORTSDIR}/multim
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:c11 gmake libtool pkgconfig tar:bzip2
+USES=		alias autoreconf compiler:c11 gmake libtool pkgconfig tar:bzip2
 USE_GL=		gl
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list