diff options
-rw-r--r-- | net/irrd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index e9a9e23e363..d7d8f3bc868 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/28 19:50:18 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/22 17:38:07 dmcmahill Exp $ # DISTNAME= irrd-1.5-beta-Sept-24-1999 @@ -24,6 +24,10 @@ DEPENDS+= pgp-2.*:../../security/pgp2 .endif .endif +.ifndef USE_INET6 +CONFIGURE_ARGS+= --disable-ipv6 +.endif + WRKSRC= ${WRKDIR}/irrd-1.5 HAS_CONFIGURE= yes |