svn commit: r369188 - head/multimedia/vic

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 24 17:21:07 UTC 2014


Author: tijl
Date: Wed Sep 24 17:21:07 2014
New Revision: 369188
URL: http://svnweb.freebsd.org/changeset/ports/369188
QAT: https://qat.redports.org/buildarchive/r369188/

Log:
  Convert to USES=autoreconf

Modified:
  head/multimedia/vic/Makefile

Modified: head/multimedia/vic/Makefile
==============================================================================
--- head/multimedia/vic/Makefile	Wed Sep 24 17:19:55 2014	(r369187)
+++ head/multimedia/vic/Makefile	Wed Sep 24 17:21:07 2014	(r369188)
@@ -14,10 +14,10 @@ COMMENT=	MBone video conferencing tool
 BUILD_DEPENDS=	v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat
 LIB_DEPENDS=	libuclmmbase.so:${PORTSDIR}/devel/uclmmbase
 
-USES=		gmake tk:84 # parallel builds (-jX) are broken with BSD make(1)
+USES=		autoreconf gmake tk:84 # parallel builds (-jX) are broken with BSD make(1)
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	autoconf213
 USE_XORG=	xext
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	-x-libraries=${LOCALBASE}/lib \
 		-x-includes=${LOCALBASE}/include \
 		-without-ucltcl \


More information about the svn-ports-head mailing list