diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-05 12:40:45 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-05 12:40:45 +0000 |
commit | 194eafe579a9acc9853a6a0e12de6a9bb5e584ec (patch) | |
tree | ec7ed103a834cb0bba0399f83cea4475a7551eef | |
parent | e85b1727ad49c47bd56d60003f267a167e8f303b (diff) | |
download | ports-194eafe579a9acc9853a6a0e12de6a9bb5e584ec.tar.gz ports-194eafe579a9acc9853a6a0e12de6a9bb5e584ec.zip |
Notes
-rw-r--r-- | security/pam-mysql/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 87c1bfa80ffc..37bbad894a52 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -16,6 +16,11 @@ USE_MYSQL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr +OPTIONS_DEFINE= SSL +SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash) +SSL_CONFIGURE_WITH= openssl + + SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |