diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 48781afdbbd269b8ceaed59acae75d853875a642 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /net/irrd | |
parent | 7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff) | |
download | pkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.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 'net/irrd')
-rw-r--r-- | net/irrd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index dce5fde620c..fcf8ad61669 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/05/13 16:54:13 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/22 05:35:33 jlam Exp $ DISTNAME= irrd2.2.3 PKGNAME= irrd-2.2.3 @@ -24,8 +24,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-thread -CONFIGURE_ENV+= EGREP=${EGREP} -CONFIGURE_ENV+= YACC=${TOOLS_YACC:Q} BUILD_DEFS+= USE_INET6 |