diff options
Diffstat (limited to 'net-mgmt/chillispot/Makefile')
-rw-r--r-- | net-mgmt/chillispot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index 5e14dc9fb178..2734218aa040 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -30,8 +30,8 @@ FREERADIUS_DESC=depend on FreeRADIUS OPENRADIUS_DESC=depend on OpenRADIUS APACHE_USE= apache_run=22+ -FREERADIUS_RUN_DEPENDS= radiusd:${PORTSDIR}/net/freeradius -OPENRADIUS_RUN_DEPENDS= radiusd:${PORTSDIR}/net/openradius +FREERADIUS_RUN_DEPENDS= radiusd:net/freeradius +OPENRADIUS_RUN_DEPENDS= radiusd:net/openradius post-install: ${MKDIR} ${STAGEDIR}${DATADIR} |