pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cscope USE_GNU_TOOLS+=lex.
details: https://anonhg.NetBSD.org/pkgsrc/rev/760892632174
branches: trunk
changeset: 468459:760892632174
user: grant <grant%pkgsrc.org@localhost>
date: Sat Feb 14 00:59:28 2004 +0000
description:
USE_GNU_TOOLS+=lex.
diffstat:
devel/cscope/Makefile | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r f1889d2f9ced -r 760892632174 devel/cscope/Makefile
--- a/devel/cscope/Makefile Sat Feb 14 00:59:11 2004 +0000
+++ b/devel/cscope/Makefile Sat Feb 14 00:59:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/02/14 00:54:44 grant Exp $
+# $NetBSD: Makefile,v 1.32 2004/02/14 00:59:28 grant Exp $
#
DISTNAME= cscope-15.4
@@ -12,17 +12,10 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
+USE_GNU_TOOLS+= lex
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}
CONFIGURE_ARGS+= --with-flex
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
-LEX= ${LOCALBASE}/bin/flex
-.endif
-
CONFIGURE_ENV+= LEX=${LEX}
.include "../../devel/ncurses/buildlink2.mk"
Home |
Main Index |
Thread Index |
Old Index