aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:53:06 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:53:06 +0000
commit5714fb68e8eeb6c05801762cff55390d5df15047 (patch)
treef295ba6d371af507de2b152afee74b9c3d06a0ed /net-mgmt
parent0786acb3155523a38d1442f3c16ca56750f1db04 (diff)
downloadports-5714fb68e8eeb6c05801762cff55390d5df15047.tar.gz
ports-5714fb68e8eeb6c05801762cff55390d5df15047.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/chillispot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile
index 286311a4d096..d9706307bd65 100644
--- a/net-mgmt/chillispot/Makefile
+++ b/net-mgmt/chillispot/Makefile
@@ -21,11 +21,16 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
USE_RC_SUBR= chillispot
SUB_FILES= pkg-message installguide.txt
-OPTIONS_DEFINE= APACHE FREERADIUS
+OPTIONS_DEFINE= APACHE RADIUS
+OPTIONS_SINGLE= RADIUS
+OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRADIUS
+
FREERADIUS_DESC=depend on FreeRADIUS
+OPENRADIUS_DESC=depend on OpenRADIUS
APACHE_USE= apache_run=22+
FREERADIUS_RUN_DEPENDS= radiusd:net/freeradius
+OPENRADIUS_RUN_DEPENDS= radiusd:net/openradius
.include <bsd.port.pre.mk>