diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-28 04:42:55 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-28 04:42:55 +0800 |
commit | 62d2619ce73d6cfc6e01bcc52788247f078e887c (patch) | |
tree | f2c735bcee2b272158f8622ef2ef6363cc92e6c0 /multimedia/libva-vdpau-driver | |
parent | 940f7bc1aee270c04ab82b144148292566c5e44b (diff) | |
download | freebsd-ports-gnome-62d2619ce73d6cfc6e01bcc52788247f078e887c.tar.gz freebsd-ports-gnome-62d2619ce73d6cfc6e01bcc52788247f078e887c.tar.zst freebsd-ports-gnome-62d2619ce73d6cfc6e01bcc52788247f078e887c.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'multimedia/libva-vdpau-driver')
-rw-r--r-- | multimedia/libva-vdpau-driver/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libva-vdpau-driver/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile index 554192d56cdd..81ca5f5c57ee 100644 --- a/multimedia/libva-vdpau-driver/Makefile +++ b/multimedia/libva-vdpau-driver/Makefile @@ -2,7 +2,7 @@ PORTNAME= libva-vdpau-driver PORTVERSION= 0.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/li ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -USES= libtool:keepla gmake pkgconfig tar:bzip2 +USES= libtool gmake pkgconfig tar:bzip2 USE_GL= gl GNU_CONFIGURE= yes diff --git a/multimedia/libva-vdpau-driver/pkg-plist b/multimedia/libva-vdpau-driver/pkg-plist index 657c8fc4acaf..b3f7237b00c2 100644 --- a/multimedia/libva-vdpau-driver/pkg-plist +++ b/multimedia/libva-vdpau-driver/pkg-plist @@ -1,5 +1,4 @@ lib/va/nvidia_drv_video.so lib/va/s3g_drv_video.so -lib/va/vdpau_drv_video.la lib/va/vdpau_drv_video.so @dirrmtry lib/va |