summaryrefslogtreecommitdiff
path: root/comms/lirc
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-12-25 11:41:25 +0000
committercheusov <cheusov@pkgsrc.org>2012-12-25 11:41:25 +0000
commitac15a0fac9232c1c9d6b2b5dec3596bce39c1617 (patch)
tree203a7e67219b499349f43a5db33d2347456c10f9 /comms/lirc
parent46401a843041176e432ae72fd4f7377656343086 (diff)
downloadpkgsrc-ac15a0fac9232c1c9d6b2b5dec3596bce39c1617.tar.gz
Fix build failure on some Linuxes if CHECK_INTERPRETER=yes
Diffstat (limited to 'comms/lirc')
-rw-r--r--comms/lirc/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 988e644fed6..b23852980af 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2012/12/05 22:52:16 dsainty Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/25 11:41:25 cheusov Exp $
#
DISTNAME= lirc-0.9.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= cheusov@tut.by
+MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://www.lirc.org/
COMMENT= Linux Infrared Remote Control
LICENSE= gnu-gpl-v2
@@ -19,6 +19,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-syslog --with-driver=userspace
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+# I don't want to see python in dependencies but
+# make pronto2lirc script usable if python is installed
+CONFIGURE_ENV+= ac_cv_path_PYTHON=${PREFIX}/bin/python
+CHECK_INTERPRETER_SKIP+= bin/pronto2lirc
+
RCD_SCRIPTS= lircd
EGDIR= ${PREFIX}/share/examples/lirc