summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorkleink <kleink>2001-10-16 18:45:14 +0000
committerkleink <kleink>2001-10-16 18:45:14 +0000
commit2703ebd3bbad67641accf8df912d6fb7ab96c51d (patch)
tree4c3657d1810da5381b6cabf54b07f31e7bdfc4c5 /net/mtr
parent1a0862014f21926a747681e50ca98218a16fa7d6 (diff)
downloadpkgsrc-2703ebd3bbad67641accf8df912d6fb7ab96c51d.tar.gz
Change the auto{conf,make} version constraints to >= to make this work
with the current automake package.
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 3849c6c0fe1..d0c6b4402b8 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/10/16 15:08:55 agc Exp $
+# $NetBSD: Makefile,v 1.17 2001/10/16 18:45:14 kleink Exp $
#
DISTNAME= mtr-0.42
@@ -10,8 +10,8 @@ MAINTAINER= sommerfeld@netbsd.org
HOMEPAGE= http://www.bitwizard.nl/mtr/
COMMENT= Traceroute and ping in a single graphical network diagnostic tool
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
GNU_CONFIGURE= yes
USE_GMAKE= yes