pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/urlview



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 13:23:24 UTC 2017

Modified Files:
        pkgsrc/textproc/urlview: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/urlview/Makefile

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

Modified files:

Index: pkgsrc/textproc/urlview/Makefile
diff -u pkgsrc/textproc/urlview/Makefile:1.23 pkgsrc/textproc/urlview/Makefile:1.24
--- pkgsrc/textproc/urlview/Makefile:1.23       Tue Aug 18 07:31:19 2015
+++ pkgsrc/textproc/urlview/Makefile    Wed Jan  4 13:23:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/08/18 07:31:19 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/04 13:23:24 roy Exp $
 
 DISTNAME=      urlview-0.9
 PKGREVISION=   7
@@ -16,5 +16,5 @@ post-install:
 
 GNU_CONFIGURE= yes
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index