pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/uhd



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Jul 30 23:19:23 UTC 2017

Modified Files:
        pkgsrc/ham/uhd: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/ham/uhd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.26 pkgsrc/ham/uhd/Makefile:1.27
--- pkgsrc/ham/uhd/Makefile:1.26        Mon Jul 24 07:30:07 2017
+++ pkgsrc/ham/uhd/Makefile     Sun Jul 30 23:19:23 2017
@@ -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"



Home | Main Index | Thread Index | Old Index