From 9e5cb1459a01fd8c1c634cfa701605e9f3c26969 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 11 Dec 2013 18:08:52 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in databases --- databases/xtrabackup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/xtrabackup') diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index 96fba2f85d35..0cc3705e1e86 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -18,8 +18,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ quilt:${PORTSDIR}/devel/quilt \ bison:${PORTSDIR}/devel/bison -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ - gpg-error:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ qpress:${PORTSDIR}/archivers/qpress -- cgit