pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx fix include of ncurses/buildlink2.mk again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a45e57f7c83b
branches:  trunk
changeset: 462264:a45e57f7c83b
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Sep 29 08:37:09 2003 +0000

description:
fix include of ncurses/buildlink2.mk again

diffstat:

 www/lynx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7d9abee6b52 -r a45e57f7c83b www/lynx/Makefile
--- a/www/lynx/Makefile Mon Sep 29 03:31:45 2003 +0000
+++ b/www/lynx/Makefile Mon Sep 29 08:37:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2003/09/28 09:13:59 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2003/09/29 08:37:09 grant Exp $
 #
 
 DISTNAME=              lynx2.8.4rel.1
@@ -117,7 +117,7 @@
 CONFIGURE_ARGS+=       --enable-ipv6
 .endif
 
-.include "../../mk/curses.buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/zlib/buildlink2.mk"
 .include "../../security/openssl/buildlink2.mk"



Home | Main Index | Thread Index | Old Index