svn commit: r417395 - head/multimedia/libva-vdpau-driver

Guido Falsi madpilot at FreeBSD.org
Thu Jun 23 17:57:20 UTC 2016


Author: madpilot
Date: Thu Jun 23 17:57:19 2016
New Revision: 417395
URL: https://svnweb.freebsd.org/changeset/ports/417395

Log:
  Convert to USES=localbase

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

Modified: head/multimedia/libva-vdpau-driver/Makefile
==============================================================================
--- head/multimedia/libva-vdpau-driver/Makefile	Thu Jun 23 17:56:53 2016	(r417394)
+++ head/multimedia/libva-vdpau-driver/Makefile	Thu Jun 23 17:57:19 2016	(r417395)
@@ -17,12 +17,10 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
-USES=		libtool gmake pkgconfig tar:bzip2
+USES=		libtool gmake localbase pkgconfig tar:bzip2
 USE_GL=		gl
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-isystem${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	lib/va/nvidia_drv_video.so lib/va/s3g_drv_video.so lib/va/vdpau_drv_video.so
 


More information about the svn-ports-head mailing list