diff options
Diffstat (limited to 'www/angie-module-auth-spnego/Makefile')
-rw-r--r-- | www/angie-module-auth-spnego/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/angie-module-auth-spnego/Makefile b/www/angie-module-auth-spnego/Makefile index 65f9b25a66b5..41803c80b2d9 100644 --- a/www/angie-module-auth-spnego/Makefile +++ b/www/angie-module-auth-spnego/Makefile @@ -3,10 +3,14 @@ GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:v1.1.3:module COMMENT= Angie auth-spnego dynamic module -USES= gssapi +USES= gssapi:mit MASTERDIR= ${.CURDIR}/../../www/angie +pre-configure: + @${REINPLACE_CMD} -e 's|lgssapi\"|lgssapi_krb5"|' \ + ${WRKSRC_module}/config + do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${MODDIR} |