summaryrefslogtreecommitdiff
path: root/net/irrd
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-30 20:28:12 +0000
committerfredb <fredb>2000-03-30 20:28:12 +0000
commit72d52a2c9a3eeccc220ca1988af325f10187e936 (patch)
tree4a9638a5e4e1ddee985562d0b29597be9fbe056e /net/irrd
parent4f058c111ad92aa71deeedcc2ecfeda9c533235a (diff)
downloadpkgsrc-72d52a2c9a3eeccc220ca1988af325f10187e936.tar.gz
Add "bison" to BUILD_DEPENDS. Closes PR pkg/9711.
Diffstat (limited to 'net/irrd')
-rw-r--r--net/irrd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index d7d8f3bc868..73fa4bf2dd9 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/22 17:38:07 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/30 20:28:12 fredb Exp $
#
DISTNAME= irrd-1.5-beta-Sept-24-1999
@@ -10,6 +10,7 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.irrd.net/
BUILD_DEPENDS= autoreconf:../../devel/autoconf
+BUILD_DEPENDS= bison:../../devel/bison
.include "../../mk/bsd.prefs.mk"