diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-27 20:43:03 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-27 20:43:03 +0000 |
commit | 8aa444977f80e063274459d05bed36ed0683fd5f (patch) | |
tree | bc33a8e7290afc04cf038d5fe13b7fb891127fc7 | |
parent | 2efcff62f86a9d95b8501d734b49cac4191c724c (diff) | |
download | FreeBSD-ports-8aa444977f80e063274459d05bed36ed0683fd5f.zip FreeBSD-ports-8aa444977f80e063274459d05bed36ed0683fd5f.tar.gz |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
-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 24ea605..b5d9384 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> |