Remove last traces of USEPRIVATELIB

This commit is contained in:
Baptiste Daroussin 2015-09-06 20:17:14 +00:00
parent 1ed2002089
commit 6bfeda9890

View File

@ -298,9 +298,6 @@ DPADD_gssapi_krb5+= ${DPADD_pthread}
LDADD_gssapi_krb5+= ${LDADD_pthread}
.for _l in ${LIBADD}
.if ${_PRIVATELIBS:M${_l}}
USEPRIVATELIB+= ${_l}
.endif
DPADD+= ${DPADD_${_l}:Umissing-dpadd_${_l}}
LDADD+= ${LDADD_${_l}}
.endfor