diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:14:50 +0000 |
commit | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (patch) | |
tree | eaf052562fa1ad9b232918eb5e617ac1df0dd725 /security/pam-mysql/Makefile | |
parent | f57bc4af665126de839ff734a08e57726e84da84 (diff) | |
download | ports-e1bfdfbe5665c963621e06f6bbfbbc2c000a804e.tar.gz ports-e1bfdfbe5665c963621e06f6bbfbbc2c000a804e.zip |
Notes
Diffstat (limited to 'security/pam-mysql/Makefile')
-rw-r--r-- | security/pam-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 9f4c3e87bc9c..ead530d66bde 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -26,7 +26,7 @@ SUB_FILES= pkg-message PORTDOCS= * PLIST_FILES= lib/pam_mysql.so lib/pam_mysql.la -OPTIONS_DEFINE= SSL +OPTIONS_DEFINE= DOCS SSL SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash) SSL_CONFIGURE_WITH= openssl |