summaryrefslogtreecommitdiff
path: root/ham/uhd/Makefile
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2017-07-30 23:19:23 +0000
committernros <nros@pkgsrc.org>2017-07-30 23:19:23 +0000
commit449890de8ccb9363c3266d498a6e342cac79389e (patch)
tree83a88fa242309813dad889f748effd0525d620bc /ham/uhd/Makefile
parentc785ea6eea863a79f45a5da9d19804aa4c106a4f (diff)
downloadpkgsrc-449890de8ccb9363c3266d498a6e342cac79389e.tar.gz
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 (limited to 'ham/uhd/Makefile')
-rw-r--r--ham/uhd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile
index b293651c42f..df054eeb990 100644
--- a/ham/uhd/Makefile
+++ b/ham/uhd/Makefile
@@ -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 @@ PLIST_SRC= ${PKGDIR}/PLIST
.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"