summaryrefslogtreecommitdiff
path: root/textproc/urlview
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 13:19:56 +0000
committerroy <roy>2017-01-04 13:19:56 +0000
commitc0cb546345dec100e095040f484fe992dd6f00c4 (patch)
tree54cfb7a8f8e6a4f62072011b1b3f1489263527cd /textproc/urlview
parent4abc74472e48aff22ecab5c26d0ae7cdb229918f (diff)
downloadpkgsrc-c0cb546345dec100e095040f484fe992dd6f00c4.tar.gz
Use the curses framework.
Diffstat (limited to 'textproc/urlview')
-rw-r--r--textproc/urlview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index 3cbc073d2fe..6ea86b8315d 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -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"