svn commit: r368486 - in head/multimedia: libva libvdpau
Guido Falsi
madpilot at FreeBSD.org
Thu Sep 18 15:24:22 UTC 2014
Author: madpilot
Date: Thu Sep 18 15:24:21 2014
New Revision: 368486
URL: http://svnweb.freebsd.org/changeset/ports/368486
QAT: https://qat.redports.org/buildarchive/r368486/
Log:
These ports does use GNU configure.
Reported by: bapt
Modified:
head/multimedia/libva/Makefile
head/multimedia/libvdpau/Makefile
Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile Thu Sep 18 15:22:37 2014 (r368485)
+++ head/multimedia/libva/Makefile Thu Sep 18 15:24:21 2014 (r368486)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libdrm.so:${PORTSDIR}/graph
USES= autoreconf libtool pkgconfig tar:bzip2
USE_XORG= glproto pciaccess xext xfixes
USE_GL= gl
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=va
USE_LDCONFIG= yes
Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile Thu Sep 18 15:22:37 2014 (r368485)
+++ head/multimedia/libvdpau/Makefile Thu Sep 18 15:24:21 2014 (r368486)
@@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool pkgconfig tar:xz
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-documentation
USE_XORG= dri2proto xext
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list