summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-04-05 20:57:38 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-04-05 20:57:38 +0000
commitcb0e5a80c57b3ec1b92a30f9cfcdf32024a347ab (patch)
tree167689c30d72276e31ceffbc8b0e99465266a02b
parentdevel/py-pytest: update to 2.5.2 (diff)
- remove SASL from default options - it was added for testing
-rw-r--r--net/py-ldap2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile
index acb644bf0009..92265d4b87ca 100644
--- a/net/py-ldap2/Makefile
+++ b/net/py-ldap2/Makefile
@@ -26,7 +26,6 @@ REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= SASL
-OPTIONS_DEFAULT=SASL
.include <bsd.port.options.mk>