diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:25:30 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:25:30 +0000 |
commit | ac67af93eed281386948570eae34437b4c9025cf (patch) | |
tree | 31b92fdb6acdae4ca73172f488bf9f8b1d16ef55 | |
parent | 24c8aa35094cdce8537d42447fe1318299b059d4 (diff) | |
download | ports-ac67af93eed281386948570eae34437b4c9025cf.tar.gz ports-ac67af93eed281386948570eae34437b4c9025cf.zip |
-rw-r--r-- | security/pam_ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 9d18f2c88a25..cb44629b0e24 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB -USES= gmake perl5 shebangfix +USES= cpe gmake perl5 shebangfix USE_OPENLDAP= yes USE_PERL5= build GNU_CONFIGURE= yes @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-ldap-conf-file=${PREFIX}/etc/${PAM_LDAP_CONF} \ --with-ldap-lib=openldap \ --with-ldap-secret-file=${PREFIX}/etc/ldap.secret SHEBANG_FILES= vers_string +CPE_VENDOR= padl SUB_FILES= pkg-message |