aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-09-27 14:15:07 +0800
committerdelphij <delphij@FreeBSD.org>2017-09-27 14:15:07 +0800
commit6715946d522cd9871ee5975eb59ad9c0a90f991b (patch)
tree7ba532520abed5e48db3089ac6dbbd9f6bf5ae47 /net
parentbe3e80689b0f219647a17f5854a1ed61cda9cb9f (diff)
downloadfreebsd-ports-gnome-6715946d522cd9871ee5975eb59ad9c0a90f991b.tar.gz
freebsd-ports-gnome-6715946d522cd9871ee5975eb59ad9c0a90f991b.tar.zst
freebsd-ports-gnome-6715946d522cd9871ee5975eb59ad9c0a90f991b.zip
There is no MODULES options, remove it.
PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org>
Diffstat (limited to 'net')
-rw-r--r--net/openldap24-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 223ba5e42fdb..079248137b62 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -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=""