summaryrefslogtreecommitdiff
path: root/net/irrd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-10-21 22:49:17 +0000
committerwiz <wiz@pkgsrc.org>2000-10-21 22:49:17 +0000
commit7d654145c170d98ae3f9a24f1550a0a5429c8eb5 (patch)
treeadba321e376c8720eb0eec2943cebea10a9080ee /net/irrd
parent2f9e6863b229bc3e71419e219cdac59282cde062 (diff)
downloadpkgsrc-7d654145c170d98ae3f9a24f1550a0a5429c8eb5.tar.gz
move BUILD_DEPENDS into the DEPENDS block
Diffstat (limited to 'net/irrd')
-rw-r--r--net/irrd/Makefile7
1 files changed, 3 insertions, 4 deletions
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