Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 06:15: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: r450718 - head/net/openldap24-server
Message-ID:  <201709270615.v8R6F7DL080153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Wed Sep 27 06:15:07 2017
New Revision: 450718
URL: https://svnweb.freebsd.org/changeset/ports/450718

Log:
  There is no MODULES options, remove it.
  
  PR:		ports/222405
  Submitted by:	Yasuhiro KIMURA <yasu utahime org>

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Wed Sep 27 06:01:23 2017	(r450717)
+++ head/net/openldap24-server/Makefile	Wed Sep 27 06:15:07 2017	(r450718)
@@ -217,7 +217,7 @@ USE_RC_SUBR=		slapd
 
 EXTRA_PATCHES+=		${FILESDIR}/extrapatch-Makefile.in
 
-.if ${PORT_OPTIONS:MMODULES} || ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI}
+.if ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI}
 LIB_DEPENDS+=		libltdl.so:devel/libltdl
 CONFIGURE_ARGS+=	--enable-modules
 PLIST_SUB+=		MODULES=""



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