diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-30 01:53:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-30 01:53:54 +0800 |
commit | 2acb1d381a03d57b30d303fbea18aeef34c5e45a (patch) | |
tree | 344888027be2c61b0b4e5e84aa92b7b5c0d9ecec /news | |
parent | 7ccf7107a7fe43238ed6156b9fea762388cd8917 (diff) | |
download | freebsd-ports-gnome-2acb1d381a03d57b30d303fbea18aeef34c5e45a.tar.gz freebsd-ports-gnome-2acb1d381a03d57b30d303fbea18aeef34c5e45a.tar.zst freebsd-ports-gnome-2acb1d381a03d57b30d303fbea18aeef34c5e45a.zip |
--with-news makes configure barf. Only use --without-news and --with-newsbindir=
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 727c1a094758..82222ae3e537 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -55,8 +55,8 @@ DESCDIR_CONFIGURE_ENABLE= desc-dir DNT_NETMAIL_CONFIGURE_ENABLE= dnt-netmail FMSGID_CONFIGURE_ENABLE= fs-msgid INN_BUILD_DEPENDS= ${LOCALBASE}/news/bin/innconfval:${PORTSDIR}/news/inn -INN_CONFIGURE_WITH= news INN_CONFIGURE_ON= --with-newsbindir=${LOCALBASE}/news/bin +INN_CONFIGURE_OFF= --without-news NFS_LOCK_CONFIGURE_ENABLE= nfs-safe-lock CONFIGURE_ARGS+= --libexec=${PREFIX}/libexec/fidogate \ |