svn commit: r328671 - head/multimedia/libva

Guido Falsi madpilot at FreeBSD.org
Sun Sep 29 10:54:40 UTC 2013


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}


More information about the svn-ports-all mailing list