I have been using sbopkg with ponces SBo-git current repository for quite a while without libconf aka "libconfig". And I can't see anywhere on the
sbopkg.org site where a Readme says that libconf is a requirement for sbopkg.
Are you still on 14.2 and attempting to use the current repos? You might have to change the sbopkg repos to 14.2 as slackbuild scripts differ between branches 14.2 and current. Otherwise upgrade your system to current with a current mirror and do "slackpkg update && slackpkg upgrade slackpkg && slackpkg install new && slackpkg upgrade-all && slackpkg clean" to be able to compile the current libconf slackbuild.
Note that if you do install the prebuilt package sbopkg-0.38.1-noarch.tgz its repos config file for ponces SBo-git current "/etc/sbopkg/repos.d/60-SBo-current.repo" is faulty and will not work and you will receive an "unauthenticated git protocol" error. The reason for this is github has recently dropped the the use of git:// target for the more secure
https://.
The fix for this is described in this LQ post
error-refreshing-sbopkg-from-ponce-repo
sbopkg.org will release an updated sbopkg package shortly.
Anyway after fixing my sbopkg as suggested by the LQ post I did an update of ponces SBo-git repos "sbopkg -r" and had no problem installing the libconfig package.
Note that sbopkg can resolve dependencies. Run "sqg -a" and the Sbopkg Queue Generator will do a full download of all dependency files for sbopkg to use when building a package. Simply load the package from the sbopkg queue and process-install it.
The Old Tech Bloke has a very useful video on how to configure sbopkg for ponces current repos and also introduces how to use another slackbuild tool called "sbotools" which also resolves dependencies automatically.
OTB - Installing software using slackbuilds