diff options
author | obache <obache> | 2014-02-15 03:09:18 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-15 03:09:18 +0000 |
commit | 2d37f227d18c3d4d970aaeace3a1039a1858fb1a (patch) | |
tree | e63543e36a20a4bfa77753f264ad43fce1ecd0de /net | |
parent | 4ccda110c33bdf5d467c82fee61e3bf879186389 (diff) | |
download | pkgsrc-2d37f227d18c3d4d970aaeace3a1039a1858fb1a.tar.gz |
tell `wget' tool path to configure.
Diffstat (limited to 'net')
-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 |