summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 12:47:53 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 12:47:53 +0000
commit1ad29f0849283978a2ef189610d984ccd02bd0ed (patch)
tree65d17515a92b8e3179394c1be18f49e855691064
parentnet-mgmt/yaf: remove expired optional dependency on net/libp0f (diff)
net-mgmt/chillispot: remove expired optional dependency on net/openradius
Notes
Notes: svn path=/head/; revision=534081
-rw-r--r--net-mgmt/chillispot/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile
index d9706307bd65..286311a4d096 100644
--- a/net-mgmt/chillispot/Makefile
+++ b/net-mgmt/chillispot/Makefile
@@ -21,16 +21,11 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
USE_RC_SUBR= chillispot
SUB_FILES= pkg-message installguide.txt
-OPTIONS_DEFINE= APACHE RADIUS
-OPTIONS_SINGLE= RADIUS
-OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRADIUS
-
+OPTIONS_DEFINE= APACHE FREERADIUS
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>