diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-11-08 18:37:03 +0800 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-11-08 18:37:03 +0800 |
commit | a643622fce913bf321c21e19052ffe89887499b7 (patch) | |
tree | 2811f542316b0e9f02a898254b1c9c23774b24de /news | |
parent | 942169e2b649f6e99ba5b165002e1544f259a272 (diff) | |
download | freebsd-ports-gnome-a643622fce913bf321c21e19052ffe89887499b7.tar.gz freebsd-ports-gnome-a643622fce913bf321c21e19052ffe89887499b7.tar.zst freebsd-ports-gnome-a643622fce913bf321c21e19052ffe89887499b7.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 |