Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 10:54:39 +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: r328671 - head/multimedia/libva
Message-ID:  <201309291054.r8TAsddd007125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Sep 29 10:54:39 2013
New Revision: 328671
URL: http://svnweb.freebsd.org/changeset/ports/328671

Log:
  - Support staging
  - Convert to new LIB_DEPENDS format

Modified:
  head/multimedia/libva/Makefile

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Sun Sep 29 10:51:17 2013	(r328670)
+++ head/multimedia/libva/Makefile	Sun Sep 29 10:54:39 2013	(r328671)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm
+LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm
 
 USES=		pkgconfig
 USE_BZIP2=	yes
@@ -31,7 +31,6 @@ CFLAGS+=	-DHAVE_LINUX_INTEGER_TYPES
 
 OPTIONS_DEFINE=	DEBUG
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEBUG}



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