aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-29 18:54:39 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-29 18:54:39 +0800
commit7dc79ae01fbd8c5809379e8111eea8014c8c7643 (patch)
tree4620fbf4c37a7cdf131c93cbbac8bd2a2b910b74 /multimedia
parent611662c389b2d1c11c1715f3d8467a42f123d416 (diff)
downloadfreebsd-ports-gnome-7dc79ae01fbd8c5809379e8111eea8014c8c7643.tar.gz
freebsd-ports-gnome-7dc79ae01fbd8c5809379e8111eea8014c8c7643.tar.zst
freebsd-ports-gnome-7dc79ae01fbd8c5809379e8111eea8014c8c7643.zip
- Support staging
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libva/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index aa2a167079e3..2fe9361809b0 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -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}