git: f0e3e694aeb2 - main - www/rt50: Fix runtime dependency with EXTERNALAUTH option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Mar 2022 09:11:00 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0e3e694aeb2ad5cf31c7ed8e7985d5b0e3ef719
commit f0e3e694aeb2ad5cf31c7ed8e7985d5b0e3ef719
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:10:52 +0000
www/rt50: Fix runtime dependency with EXTERNALAUTH option
Use EXTERNALAUTH_RUN_DEPENDS to register the dependency.
PR: 262947
---
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 \