svn commit: r518749 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Sun Dec 1 03:32:08 UTC 2019


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
 


More information about the svn-ports-head mailing list