diff options
author | obache <obache@pkgsrc.org> | 2014-02-15 03:09:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-15 03:09:18 +0000 |
commit | e2373fde8492200dd8b425b9c9dbd5b80e84ee74 (patch) | |
tree | e63543e36a20a4bfa77753f264ad43fce1ecd0de /net/irrd | |
parent | 7f8469208938a0fa43b8aca182c8986b45b22162 (diff) | |
download | pkgsrc-e2373fde8492200dd8b425b9c9dbd5b80e84ee74.tar.gz |
tell `wget' tool path to configure.
Diffstat (limited to 'net/irrd')
-rw-r--r-- | net/irrd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 5698db5e813..3ca5459646c 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2013/07/12 10:44:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2014/02/15 03:09:18 obache Exp $ DISTNAME= irrd2.3.9 PKGNAME= irrd-2.3.9 @@ -15,9 +15,8 @@ LICENSE= original-bsd MAKE_JOBS_SAFE= no DEPENDS+= gnupg-[0-9]*:../../security/gnupg -DEPENDS+= wget-[0-9]*:../../net/wget -USE_TOOLS+= automake autoconf flex perl:run yacc +USE_TOOLS+= automake autoconf flex perl:run yacc wget:run WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -38,6 +37,8 @@ RCD_SCRIPTS+= irrd GNU_CONFIGURE= yes +CONFIGURE_ENV+= WGET_PATH=${TOOLS_PATH.wget} + .include "options.mk" REPLACE_PERL+= programs/irrdcacher/irrdcacher |