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:           Mon Jul 31 08:36:27 UTC 2017

Modified Files:
        pkgsrc/ham/uhd: Makefile

Log Message:
use the right curses buildlink3 file as pointed out by @wiz


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/ham/uhd/Makefile:1.28
--- pkgsrc/ham/uhd/Makefile:1.27        Sun Jul 30 23:19:23 2017
+++ pkgsrc/ham/uhd/Makefile     Mon Jul 31 08:36:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/07/30 23:19:23 nros Exp $
+# $NetBSD: Makefile,v 1.28 2017/07/31 08:36:27 nros Exp $
 
 DISTNAME=              uhd-3.9.4
 PKGREVISION=           6
@@ -61,7 +61,6 @@ 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/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index