summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-15 03:21:43 +0000
committerobache <obache@pkgsrc.org>2014-02-15 03:21:43 +0000
commit526900d16c7b5967d9122a4ed6ba6cb0f7319b7a (patch)
tree9f3c54986b1ade23db1be32cbb16d9f3dcc92997
parente2373fde8492200dd8b425b9c9dbd5b80e84ee74 (diff)
downloadpkgsrc-526900d16c7b5967d9122a4ed6ba6cb0f7319b7a.tar.gz
prevent hidden dependency on curl, instead of wget, using wget as a tool.
-rw-r--r--net/openag/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/openag/Makefile b/net/openag/Makefile
index 1d42fa1520e..cbff842cfe8 100644
--- a/net/openag/Makefile
+++ b/net/openag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/23 17:18:44 asau Exp $
+# $NetBSD: Makefile,v 1.13 2014/02/15 03:21:43 obache Exp $
#
DISTNAME= OpenAG-1.1.1
@@ -11,10 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/openags/
COMMENT= Open Audio Galaxy client
-DEPENDS+= wget-[0-9]*:../../net/wget
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= wget:run
+
+CONFIGURE_ENV+= WGET=wget
.include "../../devel/zlib/buildlink3.mk"