Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 17:57:19 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417395 - head/multimedia/libva-vdpau-driver
Message-ID:  <201606231757.u5NHvJP4068513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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