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

Xin LI delphij at FreeBSD.org
Wed Sep 27 06:15:08 UTC 2017


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=""


More information about the svn-ports-all mailing list