summaryrefslogtreecommitdiff
path: root/textproc/urlview
diff options
context:
space:
mode:
authorgrant <grant>2003-09-27 17:07:34 +0000
committergrant <grant>2003-09-27 17:07:34 +0000
commitfd74ad5fe7440959a05e75aa5bf46634c0285994 (patch)
tree98d26898906da29a444ed0a29822dcbe33691639 /textproc/urlview
parentfda64c468379ab3df1e1592e1151de5691ca383a (diff)
downloadpkgsrc-fd74ad5fe7440959a05e75aa5bf46634c0285994.tar.gz
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
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 4528a25ab66..330ccb6079d 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:27:54 martti Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/27 17:07:38 grant Exp $
DISTNAME= urlview-0.9
PKGREVISION= 1
@@ -14,5 +14,5 @@ COMMENT= Extract URLs from text files and display them in a menu
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/curses.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"