diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 17:58:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 17:58:39 +0000 |
commit | 7142ce55b3145b82673ba1fe93504c3ed9c2bee6 (patch) | |
tree | d29069ddb263b594d087a98f2f20f48e656de2a8 /net | |
parent | 6bbaf0b72389df84938a9377f7fe2d35067b0a87 (diff) | |
download | pkgsrc-7142ce55b3145b82673ba1fe93504c3ed9c2bee6.tar.gz |
needs gzip(1) tool
Diffstat (limited to 'net')
-rw-r--r-- | net/cisco-mibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cisco-mibs/Makefile b/net/cisco-mibs/Makefile index 964ed0bd59b..8922d599057 100644 --- a/net/cisco-mibs/Makefile +++ b/net/cisco-mibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 17:18:14 asau Exp $ +# $NetBSD: Makefile,v 1.9 2015/03/13 17:58:39 tnn Exp $ DISTNAME= cisco-mibs-20050210 PKGREVISION= 1 @@ -21,7 +21,7 @@ DIST_SUBDIR= ${PKGBASE} EXTRACT_ONLY= # empty NO_BUILD= yes -USE_TOOLS+= gtar +USE_TOOLS+= gtar gzip MIBDIR= ${PREFIX}/share/cisco-mibs |