diff options
author | jlam <jlam> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 05:35:32 +0000 |
commit | e2c61dbdf8c028e904e2596a4de60a207ce6618b (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /lang/objc | |
parent | bd96890f4db05efbd84d2fbf9bdcc0b08b9e88bf (diff) | |
download | pkgsrc-e2c61dbdf8c028e904e2596a4de60a207ce6618b.tar.gz |
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.
Diffstat (limited to 'lang/objc')
-rw-r--r-- | lang/objc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile index e29d7fb0a36..28cfd83f86a 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/15 19:28:37 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/22 05:35:33 jlam Exp $ DISTNAME= objc-3.2.6 CATEGORIES= lang @@ -18,7 +18,6 @@ BUILD_TARGET= default USE_GNU_TOOLS+= lex USE_TOOLS+= yacc -CONFIGURE_ENV+= YACC=${TOOLS_YACC:Q} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |