Date: Thu, 18 Dec 2014 11:23:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374890 - head/comms/lirc Message-ID: <201412181123.sBIBNlv1006434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 18 11:23:46 2014 New Revision: 374890 URL: https://svnweb.freebsd.org/changeset/ports/374890 QAT: https://qat.redports.org/buildarchive/r374890/ Log: Convert to USES=autoreconf Modified: head/comms/lirc/Makefile Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Thu Dec 18 11:21:53 2014 (r374889) +++ head/comms/lirc/Makefile Thu Dec 18 11:23:46 2014 (r374890) @@ -15,13 +15,12 @@ COMMENT= Linux Infrared Remote Control BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat INSTALL_TARGET= install-strip -USES= alias gmake libtool python tar:bzip2 -USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf -AUTOMAKE_ARGS= -a -c -f +USES= alias autoreconf gmake libtool python tar:bzip2 USE_XORG= sm x11 USE_CSTD= gnu89 USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \ --sysconfdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181123.sBIBNlv1006434>