summaryrefslogtreecommitdiff
path: root/net/tcptraceroute
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-03-02 09:28:55 +0000
committeradrianp <adrianp@pkgsrc.org>2007-03-02 09:28:55 +0000
commitee6ffc05101e3e1d705dfc8dd6f803f633e7e0e7 (patch)
treeb805c8fb9a0d1a7b878cadcd1bc9dacfc825b50c /net/tcptraceroute
parentd01df952d8fd813a1e85347edccb8fe8a65eca8f (diff)
downloadpkgsrc-ee6ffc05101e3e1d705dfc8dd6f803f633e7e0e7.tar.gz
Bump PKGREVISION to pick up a fix in the libnet10 package so it can find
the libnet10 library correctly. This should fix PR #35888 opened by Zafer Aydogan
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r--net/tcptraceroute/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile
index 89392406a81..33604f6e2bc 100644
--- a/net/tcptraceroute/Makefile
+++ b/net/tcptraceroute/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2007/02/18 18:58:55 adrianp Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/02 09:28:55 adrianp Exp $
#
DISTNAME= tcptraceroute-1.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
@@ -11,6 +11,7 @@ HOMEPAGE= http://michael.toren.net/code/tcptraceroute/
COMMENT= Traceroute implementation using TCP packets
BUILD_TARGET= tcptraceroute
+BUILDLINK_API_DEPENDS.libnet10+= libnet10>=1.0.2anb1
DOCDIR= ${PREFIX}/share/doc/tcptraceroute
BINMODE= 4711