Date: Wed, 24 Sep 2014 17:21:07 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369188 - head/multimedia/vic Message-ID: <201409241721.s8OHL7jL091044@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409241721.s8OHL7jL091044>