diff options
author | minskim <minskim> | 2005-10-20 16:29:18 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-20 16:29:18 +0000 |
commit | 73682b2cf76e30a18e2337c6a9eb99f8944a989b (patch) | |
tree | d9e4569b639c7f8f98728320fb680e35df209fb0 /security/dirb/Makefile | |
parent | deeaf39b52214d697f0d9dec4dc8c431f02406fc (diff) | |
download | pkgsrc-73682b2cf76e30a18e2337c6a9eb99f8944a989b.tar.gz |
This package requires curl>=7.15.0nb1.
Diffstat (limited to 'security/dirb/Makefile')
-rw-r--r-- | security/dirb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/dirb/Makefile b/security/dirb/Makefile index ae0b9070aad..dd1484c5553 100644 --- a/security/dirb/Makefile +++ b/security/dirb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/14 00:44:03 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/20 16:29:18 minskim Exp $ # DISTNAME= dirb18 @@ -13,5 +13,7 @@ COMMENT= Web Content Scanner USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +BUILDLINK_DEPENDS.curl+= curl>=7.15.0nb1 + .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |