git: 58a222f74702 - 2022Q1 - www/rt50: Fix runtime dependency with EXTERNALAUTH option

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Thu, 31 Mar 2022 09:14:37 UTC
The branch 2022Q1 has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58a222f74702927062fbd21e0f03d64c78fa20b8

commit 58a222f74702927062fbd21e0f03d64c78fa20b8
Author:     David Siebörger <sdrs-freebsd@sieborger.nom.za>
AuthorDate: 2022-03-31 08:20:01 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-03-31 09:14:25 +0000

    www/rt50: Fix runtime dependency with EXTERNALAUTH option
    
    Use EXTERNALAUTH_RUN_DEPENDS to register the dependency.
    
    PR:             262947
    (cherry picked from commit f0e3e694aeb2ad5cf31c7ed8e7985d5b0e3ef719)
---
 www/rt50/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/rt50/Makefile b/www/rt50/Makefile
index 3b56421ba535..d42b202cc9f6 100644
--- a/www/rt50/Makefile
+++ b/www/rt50/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rt
 DISTVERSION=	5.0.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	50
@@ -72,7 +73,7 @@ AP_MODFASTCGI_RUN_DEPENDS=	${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:www/mod_f
 				${FASTCGI_DEPS}
 
 EXTERNALAUTH_DESC=		Extension to authenticate users against an external source
-EXTERNALAUTH_DEPENDS=		${EXTERNALAUTH_DEPS}
+EXTERNALAUTH_RUN_DEPENDS=	${EXTERNALAUTH_DEPS}
 
 LIGHTTPD_DESC=			Deploy with lighttpd and mod_fastcgi
 LIGHTTPD_RUN_DEPENDS=		${LOCALBASE}/sbin/lighttpd:www/lighttpd \