summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-08-27 14:35:04 +0000
committertron <tron@pkgsrc.org>2001-08-27 14:35:04 +0000
commita68a277b43e5634f08282aba07a130b923be1b72 (patch)
tree7c17d7303ac7c9f39a4bf93764bc326af20f142a /net
parent8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff)
downloadpkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'net')
-rw-r--r--net/ORBit/Makefile4
-rw-r--r--net/irrd/Makefile5
-rw-r--r--net/trafshow/Makefile6
-rw-r--r--net/ucd-snmp/Makefile6
-rw-r--r--net/zebra/Makefile4
5 files changed, 10 insertions, 15 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index d37892abf9a..0aa04bdf616 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2001/08/26 10:32:22 skrll Exp $
+# $NetBSD: Makefile,v 1.61 2001/08/27 14:35:11 tron Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= high-performance CORBA ORB with support for the C language
DEPENDS+= gindent-*:../../devel/gindent
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_GETTEXT_M4= YES
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index 249ec829b3a..3d7d20eb724 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:45 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.16 2001/08/27 14:35:12 tron Exp $
DISTNAME= irrd2.0a-Aug22-2000
PKGNAME= irrd-2.0.0.20000822
@@ -11,7 +10,7 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.irrd.net/
COMMENT= Internet Routing Registry Daemon
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= bison-*:../../devel/bison
DEPENDS+= gdbm-*:../../databases/gdbm
DEPENDS+= pgp5-*:../../security/pgp5
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index f6f020989d8..4d82d5342d0 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:47 jlam Exp $
-# $FreeBSD: ports/net/trafshow/Makefile,v 1.14 2000/06/28 12:53:15 alex Exp $
-#
+# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:13 tron Exp $
DISTNAME= trafshow-3.1
CATEGORIES= net
@@ -15,7 +13,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml
COMMENT= Full screen visualization of the network traffic
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
GNU_CONFIGURE= yes
ALL_TARGET= trafshow
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index f83570199a3..75eb9c4cd4a 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/03/27 03:20:12 hubertf Exp $
-# FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp
-#
+# $NetBSD: Makefile,v 1.35 2001/08/27 14:35:12 tron Exp $
DISTNAME= ucd-snmp-4.1.2
CATEGORIES= net
@@ -13,7 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://net-snmp.sourceforge.net/
COMMENT= Extensible SNMP implementation
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEFS+= USE_INET6
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 3bbadd45f39..60fcae36e9f 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2001/08/26 10:32:22 skrll Exp $
+# $NetBSD: Makefile,v 1.47 2001/08/27 14:35:13 tron Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.zebra.org/
COMMENT= Free multithreaded routing daemon software
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
.include "../../mk/bsd.prefs.mk"