svn commit: r534081 - head/net-mgmt/chillispot

Rene Ladan rene at FreeBSD.org
Tue May 5 12:47:53 UTC 2020


Author: rene
Date: Tue May  5 12:47:53 2020
New Revision: 534081
URL: https://svnweb.freebsd.org/changeset/ports/534081

Log:
  net-mgmt/chillispot: remove expired optional dependency on net/openradius

Modified:
  head/net-mgmt/chillispot/Makefile

Modified: head/net-mgmt/chillispot/Makefile
==============================================================================
--- head/net-mgmt/chillispot/Makefile	Tue May  5 12:41:37 2020	(r534080)
+++ head/net-mgmt/chillispot/Makefile	Tue May  5 12:47:53 2020	(r534081)
@@ -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>
 


More information about the svn-ports-head mailing list