svn commit: r368982 - head/net/freeradius3

Antoine Brodin antoine at FreeBSD.org
Mon Sep 22 18:09:06 UTC 2014


Author: antoine
Date: Mon Sep 22 18:09:05 2014
New Revision: 368982
URL: http://svnweb.freebsd.org/changeset/ports/368982
QAT: https://qat.redports.org/buildarchive/r368982/

Log:
  Fix LIB_DEPENDS, this port links against libct not libtds

Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Mon Sep 22 18:06:47 2014	(r368981)
+++ head/net/freeradius3/Makefile	Mon Sep 22 18:09:05 2014	(r368982)
@@ -239,7 +239,7 @@ EXPM=		yes
 .endif
 
 .if ${PORT_OPTIONS:MFREETDS}
-LIB_DEPENDS+=	libtds.so:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+=	libct.so:${PORTSDIR}/databases/freetds
 CONFIGURE_ARGS+=--with-rlm_freetds
 PLIST_SUB+=	RLMFREETDS=""
 .else


More information about the svn-ports-head mailing list