This commit is contained in:
Baptiste Daroussin 2014-11-24 22:35:32 +00:00
parent 440888c959
commit 405c01a1bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274994

View File

@ -184,7 +184,7 @@ DPADD_ucl+= ${DPADD_m}
LDADD_ucl+= ${LDADD_m}
DPADD_sqlite3+= ${DPADD_pthread}
DPADD_sqlite3+= ${LDADD_pthread}
LDADD_sqlite3+= ${LDADD_pthread}
.for _l in ${LIBADD}
.if ${_PRIVATELIBS:M${_l}}