Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 03:32:07 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518749 - head/net/openldap24-server
Message-ID:  <201912010332.xB13W7UF015607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sun Dec  1 03:32:07 2019
New Revision: 518749
URL: https://svnweb.freebsd.org/changeset/ports/518749

Log:
  Unbreak KQUEUE
  
  Reported by:	tobik

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Sun Dec  1 02:04:40 2019	(r518748)
+++ head/net/openldap24-server/Makefile	Sun Dec  1 03:32:07 2019	(r518749)
@@ -514,7 +514,7 @@ EXTRA_PATCHES+=		${FILESDIR}/extrapatch-outlook-server
 .endif
 
 .if ${PORT_OPTIONS:MKQUEUE}
-USE_AUTOTOOLS+=		autoconf
+BUILD_DEPENDS+=		autoconf>0:devel/autoconf
 EXTRA_PATCHES+=		${FILESDIR}/extrapatch-ITS6300
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912010332.xB13W7UF015607>