diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 18:53:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 18:53:38 +0800 |
commit | afa514e55d965168153a8b1b6e4843fb8bf7785a (patch) | |
tree | 6cb6f0da787d4b67708abc802fa739d71222bbdc /devel/codeblocks | |
parent | c8a4e806481ba453004f7526561a209d7f21e6aa (diff) | |
download | freebsd-ports-gnome-afa514e55d965168153a8b1b6e4843fb8bf7785a.tar.gz freebsd-ports-gnome-afa514e55d965168153a8b1b6e4843fb8bf7785a.tar.zst freebsd-ports-gnome-afa514e55d965168153a8b1b6e4843fb8bf7785a.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'devel/codeblocks')
-rw-r--r-- | devel/codeblocks/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |