From 46796bccda538cce0814d8c46924635548cab0b1 Mon Sep 17 00:00:00 2001 From: anray Date: Wed, 8 Nov 2006 10:37:03 +0000 Subject: Fix build in tinderbox(inn is not configured). Reported by: kris(pointyhat) --- news/fidogate-ds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news') diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index 9f3e04eb9a35..6a484630d13a 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= SPOOLDIR=${SPOOLDIR} \ PREFIX=${PREFIX} HAS_CONFIGURE= yes -.if defined(WITHOUT_INN) +.if defined(WITHOUT_INN) || defined (BATCH) CONFIGURE_ARGS+= --without-news .else CONFIGURE_ARGS+= --with-newsbindir=${LOCALBASE}/news/bin -- cgit