svn commit: r364669 - head/comms/lirc

Matthias Andree mandree at FreeBSD.org
Mon Aug 11 23:08:14 UTC 2014


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
 


More information about the svn-ports-all mailing list