svn commit: r384905 - head/net/freeradius2
Renato Botelho
garga at FreeBSD.org
Tue Apr 28 15:02:21 UTC 2015
Author: garga
Date: Tue Apr 28 15:02:20 2015
New Revision: 384905
URL: https://svnweb.freebsd.org/changeset/ports/384905
Log:
Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
on base and can confuses ports system not installing security/krb5. No bump on
PORTREVISION since it's disabled by default
Approved by: zi@
Sponsored by: Netgate
Modified:
head/net/freeradius2/Makefile
Modified: head/net/freeradius2/Makefile
==============================================================================
--- head/net/freeradius2/Makefile Tue Apr 28 15:01:21 2015 (r384904)
+++ head/net/freeradius2/Makefile Tue Apr 28 15:02:20 2015 (r384905)
@@ -112,7 +112,7 @@ LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/sec
.endif
CONFIGURE_ARGS+=--enable-heimdal-krb5
.else
-LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5
+LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5
.endif
CONFIGURE_ARGS+=--with-rlm_krb5
.if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT)
More information about the svn-ports-head
mailing list