summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-29 19:46:10 +0000
committerjlam <jlam@pkgsrc.org>2001-11-29 19:46:10 +0000
commit4c38713d7bad9af9588bff4f78232edc9e411542 (patch)
tree84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /net/zebra
parentbdc33053bdd7bb6de1d25615bcddc846d22acbd6 (diff)
downloadpkgsrc-4c38713d7bad9af9588bff4f78232edc9e411542.tar.gz
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 60fcae36e9f..223574663e8 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2001/08/27 14:35:13 tron Exp $
+# $NetBSD: Makefile,v 1.48 2001/11/29 19:46:13 jlam 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,6 @@ 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
.include "../../mk/bsd.prefs.mk"