summaryrefslogtreecommitdiff
path: root/www/lynx-current
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 /www/lynx-current
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 'www/lynx-current')
-rw-r--r--www/lynx-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index e06526fd65b..58e6a66fb4d 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2003/07/17 22:55:41 grant Exp $
+# $NetBSD: Makefile,v 1.46 2003/09/27 17:07:38 grant Exp $
#
DISTNAME= lynx2.8.5dev.7
@@ -66,7 +66,7 @@ post-install:
. include "../../devel/libslang/buildlink2.mk"
.elif (${LYNX_SCREEN_LIB} == ncurses)
USE_NCURSES= color
-. include "../../devel/ncurses/buildlink2.mk"
+. include "../../mk/curses.buildlink2.mk"
CONFIGURE_ARGS+= --enable-color-style
.elif (${LYNX_SCREEN_LIB} == curses)
. if ${MACHINE_PLATFORM:MNetBSD-1.5*-i386} != ""