pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cscope bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e7f80e2a4d8
branches:  trunk
changeset: 468675:4e7f80e2a4d8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Feb 15 23:46:17 2004 +0000

description:
bl3ify

diffstat:

 devel/cscope/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 122b98096308 -r 4e7f80e2a4d8 devel/cscope/Makefile
--- a/devel/cscope/Makefile     Sun Feb 15 23:31:49 2004 +0000
+++ b/devel/cscope/Makefile     Sun Feb 15 23:46:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/02/14 00:59:28 grant Exp $
+# $NetBSD: Makefile,v 1.33 2004/02/15 23:46:17 minskim Exp $
 #
 
 DISTNAME=      cscope-15.4
@@ -11,12 +11,12 @@
 COMMENT=       Interactive C program browser
 
 GNU_CONFIGURE=         YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_GNU_TOOLS+=                lex
 
 CONFIGURE_ARGS+=       --with-ncurses=${BUILDLINK_PREFIX.ncurses}
 CONFIGURE_ARGS+=       --with-flex
 CONFIGURE_ENV+=                LEX=${LEX}
 
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index