https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198078
Garrett Cooper,425-314-3911 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Garrett Cooper,425-314-3911 <[email protected]> --- A typo in src.libnames.mk is causing this problem. Easy fix: $ svn diff share/mk/src.libnames.mk Index: share/mk/src.libnames.mk =================================================================== --- share/mk/src.libnames.mk (revision 279295) +++ share/mk/src.libnames.mk (working copy) @@ -170,7 +170,7 @@ .if ${MK_OPENSSL} != "no" _DP_bsnmp= crypto .endif -_DP_grom= bsdxml sbuf +_DP_geom= bsdxml sbuf _DP_cam= sbuf _DP_casper= capsicum nv pjdlog _DP_capsicum= nv -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
