diff options
-rw-r--r-- | security/pam_yubico/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index 991a15701c8c..dc2d35cf0c42 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -2,16 +2,16 @@ PORTNAME= pam_yubico PORTVERSION= 2.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ MAINTAINER= matt@mjslabs.com COMMENT= PAM module for authenticating with a Yubico YubiKey -LICENSE= BSD +LICENSE= BSD2CLAUSE LIB_DEPENDS= libykclient.so:${PORTSDIR}/security/ykclient \ - libykpers-1.so:${PORTSDIR}/security/ykpers \ libyubikey.so:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes @@ -25,9 +25,10 @@ PORTDOCS= * OPTIONS_DEFINE= CR LDAP DOCS STATIC CR_DESC= Include Challenge/response support -OPTIONS_DEFAULT= CR LDAP +OPTIONS_DEFAULT= CR CR_CONFIGURE_WITH= cr +CR_LIB_DEPENDS= libykpers-1.so:${PORTSDIR}/security/ykpers CR_PLIST_FILES= bin/ykpamcfg \ man/man1/ykpamcfg.1.gz |