From 7d654145c170d98ae3f9a24f1550a0a5429c8eb5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 21 Oct 2000 22:49:17 +0000 Subject: move BUILD_DEPENDS into the DEPENDS block --- net/irrd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/irrd/Makefile b/net/irrd/Makefile index ca39ffc0a79..e715a3ed2a8 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/07 19:24:13 kim Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/21 22:49:17 wiz Exp $ # DISTNAME= irrd2.0a-Aug22-2000 @@ -10,15 +10,14 @@ MASTER_SITES= ftp://ftp.merit.edu/radb/irrd/source/ \ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.irrd.net/ +BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gdbm-*:../../databases/gdbm DEPENDS+= pgp5-*:../../security/pgp5 DEPENDS+= wget-*:../../net/wget USE_PERL5= # defined -BUILD_DEPENDS+= autoreconf:../../devel/autoconf -BUILD_DEPENDS+= bison:../../devel/bison - WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes -- cgit v1.2.3