Date: Mon, 11 Aug 2014 23:08:14 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364669 - head/comms/lirc Message-ID: <53e94cde.2ba2.315d28e@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Aug 11 23:08:13 2014 New Revision: 364669 URL: http://svnweb.freebsd.org/changeset/ports/364669 QAT: https://qat.redports.org/buildarchive/r364669/ Log: Modernize USE_PYTHON to USES+=python. Approved by: portmgr (implicit) Modified: head/comms/lirc/Makefile Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Mon Aug 11 21:34:57 2014 (r364668) +++ head/comms/lirc/Makefile Mon Aug 11 23:08:13 2014 (r364669) @@ -15,11 +15,10 @@ COMMENT= Linux Infrared Remote Control BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat INSTALL_TARGET= install-strip -USES= gmake libtool tar:bzip2 +USES= gmake libtool python tar:bzip2 USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf AUTOMAKE_ARGS= -a -c -f USE_XORG= sm x11 -USE_PYTHON= yes USE_CSTD= gnu89 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e94cde.2ba2.315d28e>