diff options
-rw-r--r-- | net/mtr/Makefile | 6 |
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 |