diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-28 04:43:03 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-28 04:43:03 +0800 |
commit | daef2b8aaafc801e93935eb509d6adebef19cedd (patch) | |
tree | bc33a8e7290afc04cf038d5fe13b7fb891127fc7 /multimedia | |
parent | 62d2619ce73d6cfc6e01bcc52788247f078e887c (diff) | |
download | freebsd-ports-gnome-daef2b8aaafc801e93935eb509d6adebef19cedd.tar.gz freebsd-ports-gnome-daef2b8aaafc801e93935eb509d6adebef19cedd.tar.zst freebsd-ports-gnome-daef2b8aaafc801e93935eb509d6adebef19cedd.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libva-intel-driver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile index 24ea605f4912..b5d9384f5e38 100644 --- a/multimedia/libva-intel-driver/Makefile +++ b/multimedia/libva-intel-driver/Makefile @@ -3,6 +3,7 @@ PORTNAME= libva-intel-driver PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -USES= gmake libtool:keepla pkgconfig tar:bzip2 +USES= gmake libtool pkgconfig tar:bzip2 USE_GL= gl USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. @@ -25,8 +26,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= lib/va/i965_drv_video.so \ - lib/va/i965_drv_video.la +PLIST_FILES= lib/va/i965_drv_video.so .include <bsd.port.pre.mk> |