- drop ABI versions of all lib_depends

Reported by:	lifanov@mail.lifanov.com
This commit is contained in:
Jason Helfman 2013-02-06 23:40:25 +00:00
parent 8c16d43ff8
commit 0bf5d9e031
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311806

View File

@ -15,11 +15,11 @@ LICENSE= LGPL3
OPTIONS_DEFINE= QEMU DOCS OPTIONS_DEFINE= QEMU DOCS
QEMU_DESC= QEMU bindings QEMU_DESC= QEMU bindings
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
gcrypt.18:${PORTSDIR}/security/libgcrypt \ gcrypt:${PORTSDIR}/security/libgcrypt \
xml2.5:${PORTSDIR}/textproc/libxml2 \ xml2:${PORTSDIR}/textproc/libxml2 \
gnutls.47:${PORTSDIR}/security/gnutls \ gnutls:${PORTSDIR}/security/gnutls \
ssh2.1:${PORTSDIR}/security/libssh2 ssh2:${PORTSDIR}/security/libssh2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes USE_PERL5_BUILD= yes