diff options
author | cjep <cjep> | 2002-05-21 21:05:36 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-05-21 21:05:36 +0000 |
commit | 0a574e5c8fc8111cac90bf9901f79f0d924cf37f (patch) | |
tree | 8bed2dd9558afb6598996085aaab6756585159cf /net/openag | |
parent | 8b972426ef2441802c0d8a4cf7cd30e5cb391e91 (diff) | |
download | pkgsrc-0a574e5c8fc8111cac90bf9901f79f0d924cf37f.tar.gz |
Add an explicit dependency on wget to get this package to build.
Diffstat (limited to 'net/openag')
-rw-r--r-- | net/openag/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openag/Makefile b/net/openag/Makefile index 88688ea7627..2093b9acd6e 100644 --- a/net/openag/Makefile +++ b/net/openag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/06 00:01:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/05/21 21:05:36 cjep Exp $ # DISTNAME= OpenAG-1.1.1 @@ -10,6 +10,8 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://homepage.mac.com/macdomeeu/dev/current/openag/ COMMENT= Open Audio Galaxy client +DEPENDS+= wget-[0-9]*:../../net/wget + GNU_CONFIGURE= yes post-install: |