aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Siebörger <sdrs-freebsd@sieborger.nom.za>2022-03-31 08:20:01 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-03-31 09:14:25 +0000
commit58a222f74702927062fbd21e0f03d64c78fa20b8 (patch)
treeb4b1f6a20a016941d3b52d12664dc48c7671da73
parent40bc71b198922d5a63f4c9c06a53a81fcadf3494 (diff)
downloadports-58a222f74702927062fbd21e0f03d64c78fa20b8.tar.gz
ports-58a222f74702927062fbd21e0f03d64c78fa20b8.zip
www/rt50: Fix runtime dependency with EXTERNALAUTH option
Use EXTERNALAUTH_RUN_DEPENDS to register the dependency. PR: 262947 (cherry picked from commit f0e3e694aeb2ad5cf31c7ed8e7985d5b0e3ef719)
-rw-r--r--www/rt50/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \