summaryrefslogtreecommitdiff
path: root/net/mtr/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-03-08 14:33:54 +0000
committerwiz <wiz@pkgsrc.org>2013-03-08 14:33:54 +0000
commit9fa9927e73362d83f2fd7a7994801dc14342430f (patch)
treed31ac591c5286771f12ca9eff743bd9660fba180 /net/mtr/Makefile
parentbfeedf3065307385544e1f6c355e14c0b0cb3e23 (diff)
downloadpkgsrc-9fa9927e73362d83f2fd7a7994801dc14342430f.tar.gz
Update to 0.84.
V0.83 Move to github. Mostly done by Travis. Author: Travis Cross <tc@traviscross.com> Add autotools bootstrap script Update README for building from git repository Cleanup whitespace in the NEWS file Resolve -Wunused-but-set-variable warnings Resolve -Wnull-dereference clang warning Add -z / --show-ip support Author: R.E. Wolff <R.E.Wolff@BitWizard.nl> (mostly from patches by others) some running patches Made report wide switch properly to displayreport mode. Bug #780647 fixed gtk field order. Bug #701513 added aslookup patch from bug #701514 added some extra clarifications to the SECURITY file. enable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r--net/mtr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 29ba212bec7..a580f49096b 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2013/02/16 11:23:57 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2013/03/08 14:33:54 wiz Exp $
-DISTNAME= mtr-0.82
-PKGREVISION= 7
+DISTNAME= mtr-0.84
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
@@ -13,7 +12,7 @@ LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
+USE_TOOLS+= pkg-config
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/doc/mtr
.include "options.mk"
@@ -41,4 +40,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"