pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors ce doesn't need ncurses in particular. Include...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a44149f1edd
branches:  trunk
changeset: 487060:6a44149f1edd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jan 08 07:51:22 2005 +0000

description:
ce doesn't need ncurses in particular. Include curses.buildlink3.mk instead.

diffstat:

 editors/ce-x11/Makefile |  4 ++--
 editors/ce/Makefile     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 5aee77bee4ee -r 6a44149f1edd editors/ce-x11/Makefile
--- a/editors/ce-x11/Makefile   Sat Jan 08 07:48:09 2005 +0000
+++ b/editors/ce-x11/Makefile   Sat Jan 08 07:51:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/01/08 07:46:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/08 07:51:22 schmonz Exp $
 #
 
 .include "../ce/Makefile.common"
@@ -16,5 +16,5 @@
 
 INSTALLATION_DIRS=     bin man/man1
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5aee77bee4ee -r 6a44149f1edd editors/ce/Makefile
--- a/editors/ce/Makefile       Sat Jan 08 07:48:09 2005 +0000
+++ b/editors/ce/Makefile       Sat Jan 08 07:51:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/01/08 07:46:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/08 07:51:22 schmonz Exp $
 #
 
 .include "Makefile.common"
@@ -14,5 +14,5 @@
 
 INSTALLATION_DIRS=     bin man/man1
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index