pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/uhd Some of the examples in UHD uses curses.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb39d2c075da
branches:  trunk
changeset: 365946:cb39d2c075da
user:      nros <nros%pkgsrc.org@localhost>
date:      Sun Jul 30 23:19:23 2017 +0000

description:
Some of the examples in UHD uses curses.
Include buildlink3 so that that the package builds on systems that don't
have curses in the base system.

diffstat:

 ham/uhd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 51736a84c3b7 -r cb39d2c075da ham/uhd/Makefile
--- a/ham/uhd/Makefile  Sun Jul 30 22:47:48 2017 +0000
+++ b/ham/uhd/Makefile  Sun Jul 30 23:19:23 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/07/24 07:30:07 dbj Exp $
+# $NetBSD: Makefile,v 1.27 2017/07/30 23:19:23 nros Exp $
 
 DISTNAME=              uhd-3.9.4
 PKGREVISION=           6
@@ -61,6 +61,7 @@
 .include "../../lang/python/application.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/libusb1/buildlink3.mk"
+.imclude "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/orc/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index