summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-10-14 16:50:29 +0000
committertnn <tnn@pkgsrc.org>2009-10-14 16:50:29 +0000
commitda3895fba16027677854e74639e6c6168e8b814b (patch)
tree5a297c4e08e0967596f9e987cff590b4cefd0f50 /lang
parentbc1fe969f7ebb9d96958104524fcaf5325cf3657 (diff)
downloadpkgsrc-da3895fba16027677854e74639e6c6168e8b814b.tar.gz
configure thinks it needs wget. Let's pretend we have it.
Diffstat (limited to 'lang')
-rw-r--r--lang/openjdk7/icedtea-extras.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/openjdk7/icedtea-extras.mk b/lang/openjdk7/icedtea-extras.mk
index aac6d7f5cd5..df9b95b3ceb 100644
--- a/lang/openjdk7/icedtea-extras.mk
+++ b/lang/openjdk7/icedtea-extras.mk
@@ -1,4 +1,4 @@
-# $NetBSD: icedtea-extras.mk,v 1.1.1.1 2009/10/14 11:26:15 tnn Exp $
+# $NetBSD: icedtea-extras.mk,v 1.2 2009/10/14 16:50:29 tnn Exp $
# Needed to extract icedtea
EXTRACT_USING= gtar
@@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --with-jdk-home=${PREFIX}/java/openjdk7
USE_LANGUAGES= c c++
USE_TOOLS+= gawk pkg-config autoconf automake
CONFIGURE_ENV+= ac_cv_path_MD5SUM=/usr/bin/true
+CONFIGURE_ENV+= ac_cv_path_WGET=/usr/bin/true
pre-configure: icedtea-autoconf
.PHONY: icedtea-autoconf