diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-02 13:51:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-02 13:51:50 +0000 |
commit | 0efc0366906a2bd8bc2e79408a7f1e0d8933f87f (patch) | |
tree | d3bff07171f9f5d726165e7b56e29a380593a137 /net/knot | |
parent | ac14cbb99ecc7d8e0e0e08f8078be2025d9c66a1 (diff) | |
download | pkgsrc-0efc0366906a2bd8bc2e79408a7f1e0d8933f87f.tar.gz |
- FETCH_USING.
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index d68a60831de..c4d4f983bc5 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/31 22:05:43 pettai Exp $ +# $NetBSD: Makefile,v 1.13 2014/02/02 13:51:50 wiz Exp $ DISTNAME= knot-1.4.2 CATEGORIES= net @@ -9,8 +9,6 @@ HOMEPAGE= http://www.knot-dns.cz/ COMMENT= Knot (auth) DNS server LICENSE= gnu-gpl-v3 -FETCH_USING= curl - BUILD_DEFS+= VARBASE GNU_CONFIGURE= yes |