diff options
Diffstat (limited to 'dns/amass/Makefile')
-rw-r--r-- | dns/amass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 217a9884c8c4..26191fb076d8 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -10,7 +10,7 @@ COMMENT= In-depth DNS enumeration LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/LICENSE -BUILD_DEPENDS= go:lang/go +USES= go USE_GITHUB= nodefault # main code is in GH_TUPLE, otherwise build fails with circular dependency errors GH_ACCOUNT= OWASP |