diff options
author | joerg <joerg@pkgsrc.org> | 2011-03-23 15:41:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-03-23 15:41:55 +0000 |
commit | 81b3df6f408cadcd277977519b8d4c6cca7a1826 (patch) | |
tree | 132e80f9269d148ad11a531d98db3eae0d9973e9 /www/aws | |
parent | 20355cd4f218b1e78711cd4750261bd905d51dcd (diff) | |
download | pkgsrc-81b3df6f408cadcd277977519b8d4c6cca7a1826.tar.gz |
Fix dependencies. XXX why is this not using USE_TOOLS?
Diffstat (limited to 'www/aws')
-rw-r--r-- | www/aws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index 511af3826d7..1fd0e2bb352 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/03/02 10:14:31 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2011/03/23 15:41:55 joerg Exp $ # DISTNAME= aws-${AWS_VERSION} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir AWS_VERSION= 2.10.0.1 USE_TOOLS+= gmake makeinfo sed -BUILD_DEPENDS+= gawk:../../lang/gawk +BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk .include "options.mk" |