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 | 50f9b35f8d1ce49ad7fd7c94f806abe8da35b85d (patch) | |
tree | d3bff07171f9f5d726165e7b56e29a380593a137 /net | |
parent | bc600035b443e30dcad9a07784fc51dc1568930d (diff) | |
download | pkgsrc-50f9b35f8d1ce49ad7fd7c94f806abe8da35b85d.tar.gz |
- FETCH_USING.
Diffstat (limited to 'net')
-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 |