diff options
author | dsainty <dsainty@pkgsrc.org> | 2012-12-05 22:52:16 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2012-12-05 22:52:16 +0000 |
commit | a58f8b197322ad7f23285f3650cbd228f33bda49 (patch) | |
tree | 7cd09eb7929577c33e09580f0f03c746eab666ef /comms | |
parent | 659c2321d152b771a2fa6f9fddc4c1f9be91e339 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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" |