diff options
author | rm <rm@FreeBSD.org> | 2014-04-06 04:57:38 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-04-06 04:57:38 +0800 |
commit | 53b928fa10f01e65c864a419fa300ef0e0e82317 (patch) | |
tree | 167689c30d72276e31ceffbc8b0e99465266a02b /net | |
parent | ea0722af48d3a53ceb077d86c553750fafe7b58a (diff) | |
download | freebsd-ports-gnome-53b928fa10f01e65c864a419fa300ef0e0e82317.tar.gz freebsd-ports-gnome-53b928fa10f01e65c864a419fa300ef0e0e82317.tar.zst freebsd-ports-gnome-53b928fa10f01e65c864a419fa300ef0e0e82317.zip |
- remove SASL from default options - it was added for testing
Diffstat (limited to 'net')
-rw-r--r-- | net/py-ldap2/Makefile | 1 |
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> |