diff options
Diffstat (limited to 'net/irrd/Makefile')
-rw-r--r-- | net/irrd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |