diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 18:23:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 18:23:02 +0000 |
commit | 1f1bf5f435444b410a3a3545b9316cdabe186aab (patch) | |
tree | 8a17e66bbdd10dc3e20487e252920f286a9b1b21 | |
parent | 051dc864427cc4e46c5df49a7bea84aa76c25e7c (diff) | |
download | pkgsrc-1f1bf5f435444b410a3a3545b9316cdabe186aab.tar.gz |
needs gzip(1) tool in manual extraction target
-rw-r--r-- | net/dnstracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnstracer/Makefile b/net/dnstracer/Makefile index dced7f60ff3..9450d0cdb14 100644 --- a/net/dnstracer/Makefile +++ b/net/dnstracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/03/08 03:39:28 mef Exp $ +# $NetBSD: Makefile,v 1.14 2015/03/13 18:23:02 tnn Exp $ DISTNAME= dnstracer-1.10 CATEGORIES= net @@ -14,7 +14,7 @@ USE_PKGLOCALEDIR= yes USE_FEATURES+= inet6 WRKSRC= ${WRKDIR}/${PKGBASE} AUTO_MKDIRS= yes -USE_TOOLS+= tar +USE_TOOLS+= gzip tar LDFLAGS.SunOS+= -lresolv -lsocket -lnsl |