Wed Jan 4 21:54:26 2017 UTC ()
Use the curses framework.


(roy)
diff -r1.26 -r1.27 pkgsrc/misc/iselect/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/misc/iselect/Makefile (expand / switch to context diff)
--- pkgsrc/misc/iselect/Makefile 2015/08/18 07:31:13 1.26
+++ pkgsrc/misc/iselect/Makefile 2017/01/04 21:54:26 1.27
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:13 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2017/01/04 21:54:26 roy Exp $
 #
 
 DISTNAME=		iselect-1.4.0
@@ -22,5 +22,5 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/iselect ${DESTDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/iselect.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"