summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-04 19:00:06 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-04 19:00:06 +0000
commitdca2826dc7a4b2ca4644323ccdea48e8b74e6276 (patch)
tree98ea279e41e071195841868a5f8e326cbf7a713c /emulators/wine
parent- Update to 2.01 (diff)
Add option LDAP, off by default.
PR: 119155
Notes
Notes: svn path=/head/; revision=225248
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 9d8fadc7f70f..a1340d34581b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -44,6 +44,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" On \
HAL "Use HAL (Hardware Abstraction Layer)" Off \
+ LDAP "Use LDAP" Off \
LIBXSLT "Use libxslt (only used by msxml3.dll)" Off
.include <bsd.port.pre.mk>
@@ -62,6 +63,13 @@ LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
CONFIGURE_ARGS+= --without-hal
.endif
+.ifdef WITH_LDAP
+CONFIGURE_ARGS+= --with-ldap
+USE_OPENLDAP= yes
+.else
+CONFIGURE_ARGS+= --without-ldap
+.endif
+
.ifdef WITH_LIBXSLT
CONFIGURE_ARGS+= --with-xslt
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt