diff options
author | ume <ume@FreeBSD.org> | 2006-04-14 22:56:58 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-04-14 22:56:58 +0800 |
commit | f98c094ce69841b1d001fec44cbd89919202b99e (patch) | |
tree | 37825c921935bd40a29fa7007b1542ed1ef1bae7 /mail/cyrus-imapd24/Makefile | |
parent | 414dd07e333b4914e38ff4deb5556106e937a453 (diff) | |
download | freebsd-ports-gnome-f98c094ce69841b1d001fec44cbd89919202b99e.tar.gz freebsd-ports-gnome-f98c094ce69841b1d001fec44cbd89919202b99e.tar.zst freebsd-ports-gnome-f98c094ce69841b1d001fec44cbd89919202b99e.zip |
Make it buildable with WITH_NNTP=yes.
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u
Diffstat (limited to 'mail/cyrus-imapd24/Makefile')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 030ffc6bbc1a..189684fc9fe8 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -132,7 +132,6 @@ CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${BDB_VER} \ --with-bdb=db${BDB_SUFFIX} .if defined(WITH_NNTP) -IGNORE= NNTP support is broken by the original distribution CONFIGURE_ARGS+=--enable-nntp PLIST_SUB+= NNTP="" .else |