summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2012-12-05 22:52:16 +0000
committerdsainty <dsainty@pkgsrc.org>2012-12-05 22:52:16 +0000
commita58f8b197322ad7f23285f3650cbd228f33bda49 (patch)
tree7cd09eb7929577c33e09580f0f03c746eab666ef /comms
parent659c2321d152b771a2fa6f9fddc4c1f9be91e339 (diff)
downloadpkgsrc-a58f8b197322ad7f23285f3650cbd228f33bda49.tar.gz
lirc will attempt to use devel/libusb should it be installed, despite not
being buildlinked in. This ultimately fails. So buildlink it in. Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r--comms/lirc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 59bd0064fd4..988e644fed6 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2012/12/02 01:21:50 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2012/12/05 22:52:16 dsainty Exp $
#
DISTNAME= lirc-0.9.0
+PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/}
EXTRACT_SUFX= .tar.bz2
@@ -37,4 +38,5 @@ PKG_FAIL_REASON= "lirc is not available for this platform"
.include "options.mk"
+.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"