From afa514e55d965168153a8b1b6e4843fb8bf7785a Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 12 Dec 2013 10:53:38 +0000 Subject: Convert LIB_DEPENDS for ports depending on boost --- devel/codeblocks/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/codeblocks') diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index fd41ce3e45d1..55029cb8467f 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -14,9 +14,9 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ - hunspell:${PORTSDIR}/textproc/hunspell \ - rsync:${PORTSDIR}/net/librsync +LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libhunspell.so:${PORTSDIR}/textproc/hunspell \ + librsync.so:${PORTSDIR}/net/librsync RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info USES= pkgconfig -- cgit