summaryrefslogtreecommitdiff
path: root/chat/ninja/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ninja/Makefile')
-rw-r--r--chat/ninja/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/ninja/Makefile b/chat/ninja/Makefile
index 9a1b3090d55..c88d28087da 100644
--- a/chat/ninja/Makefile
+++ b/chat/ninja/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/05/07 01:14:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/08 12:23:59 cjep Exp $
#
DISTNAME= ninja-1.5.8.1
@@ -13,6 +13,8 @@ USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
+BUILD_DEFS+= USE_INET6
+
.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+= --enable-ipv6
.endif