aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libva-vdpau-driver
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-29 18:55:55 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-29 18:55:55 +0800
commit7cf68373b6e8de961fa51058e789c7608ab72d23 (patch)
tree95ab71af5cfe385b14d8dc56cfaaed8496b3c754 /multimedia/libva-vdpau-driver
parentb66cfbc7e5b9f8f625cf1757d5b8617e38984269 (diff)
downloadfreebsd-ports-gnome-7cf68373b6e8de961fa51058e789c7608ab72d23.tar.gz
freebsd-ports-gnome-7cf68373b6e8de961fa51058e789c7608ab72d23.tar.zst
freebsd-ports-gnome-7cf68373b6e8de961fa51058e789c7608ab72d23.zip
- Support staging
- Convert to new LIB_DEPENDS format - Use options helpers
Diffstat (limited to 'multimedia/libva-vdpau-driver')
-rw-r--r--multimedia/libva-vdpau-driver/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile
index ce85acfcaf8d..e3c9695bfec2 100644
--- a/multimedia/libva-vdpau-driver/Makefile
+++ b/multimedia/libva-vdpau-driver/Makefile
@@ -12,7 +12,7 @@ COMMENT= VDPAU-based backend for VAAPI
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-LIB_DEPENDS= vdpau:${PORTSDIR}/multimedia/libvdpau
+LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/libva \
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
@@ -26,13 +26,7 @@ CPPFLAGS+= -isystem${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DEBUG
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if empty(PORT_OPTIONS:MDEBUG)
-CONFIGURE_ARGS+= --disable-debug
-.endif
+DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.pre.mk>