From 2901e41f3db308b64ed1adb51e919c3fc483bc49 Mon Sep 17 00:00:00 2001
From: jlam <jlam>
Date: Sun, 22 May 2005 05:35:32 +0000
Subject: For packages that use GNU configure, don't bother adding "TOOL"
 variables into CONFIGURE_ENV if the new tools framework already takes care of
 adding them automatically.

---
 devel/cscope/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'devel/cscope/Makefile')

diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 56c4f0cf793..4a48f1fb14d 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/04/11 21:45:19 tv Exp $
+# $NetBSD: Makefile,v 1.38 2005/05/22 05:35:32 jlam Exp $
 #
 
 DISTNAME=	cscope-15.4
@@ -15,7 +15,6 @@ USE_GNU_TOOLS+=		lex
 
 CONFIGURE_ARGS+=	--with-ncurses=${BUILDLINK_PREFIX.ncurses}
 CONFIGURE_ARGS+=	--with-flex
-CONFIGURE_ENV+=		LEX=${LEX}
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
-- 
cgit v1.2.3