summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2011-03-23 15:41:55 +0000
committerjoerg <joerg>2011-03-23 15:41:55 +0000
commit98e2f55cc407bf78601825163c477d90cbb403d0 (patch)
tree132e80f9269d148ad11a531d98db3eae0d9973e9 /www
parenta2bd16d348c4648c11daa8e8b9bba0018ba7a7cd (diff)
downloadpkgsrc-98e2f55cc407bf78601825163c477d90cbb403d0.tar.gz
Fix dependencies. XXX why is this not using USE_TOOLS?
Diffstat (limited to 'www')
-rw-r--r--www/aws-demos/Makefile4
-rw-r--r--www/aws/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile
index d30fbd36d48..6a61073c010 100644
--- a/www/aws-demos/Makefile
+++ b/www/aws-demos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/03/02 10:14:32 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2011/03/23 15:41:55 joerg Exp $
#
DISTNAME= aws-${AWS_VERSION}
@@ -16,7 +16,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
PATCHDIR= ${.CURDIR}/../../www/aws/patches
DISTINFO_FILE= ${.CURDIR}/../../www/aws/distinfo
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"