1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Fix radiusclient shlib name. This change was present in ports/84506,

but was not committed by some reason.
This commit is contained in:
Dmitry Sivachenko 2005-09-01 08:24:47 +00:00
parent 03f80456f0
commit 2cf7ee2a63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141680

View File

@ -64,7 +64,7 @@ PLIST_SUB+= SUB_SNMP="@comment "
.endif
.if defined(WITH_RADIUS)
LIB_DEPENDS+= radiusclient.2:${PORTSDIR}/net/radiusclient
LIB_DEPENDS+= radiusclient-ng.2:${PORTSDIR}/net/radiusclient
CONFIGURE_ARGS+=--enable-radius
PLIST_SUB+= SUB_RADIUS=""
.else