diff options
author | anray <anray@FreeBSD.org> | 2006-11-08 18:37:03 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-11-08 18:37:03 +0800 |
commit | 46796bccda538cce0814d8c46924635548cab0b1 (patch) | |
tree | 1591b70fa0292a5e0a021760f5e8118b569a8091 /news | |
parent | 13a20cccec660c90a578889ea793dd325d63a68a (diff) | |
download | freebsd-ports-gnome-46796bccda538cce0814d8c46924635548cab0b1.tar.gz freebsd-ports-gnome-46796bccda538cce0814d8c46924635548cab0b1.tar.zst freebsd-ports-gnome-46796bccda538cce0814d8c46924635548cab0b1.zip |
Fix build in tinderbox(inn is not configured).
Reported by: kris(pointyhat)
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |