diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
commit | e467cb1db54df71170364ee0a9dca38a32b11b0b (patch) | |
tree | 6cb6f0da787d4b67708abc802fa739d71222bbdc /devel/codeblocks/Makefile | |
parent | 8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff) | |
download | ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.tar.gz ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.zip |
Notes
Diffstat (limited to 'devel/codeblocks/Makefile')
-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 |