diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
commit | 661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch) | |
tree | 4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /net-im/licq-osd | |
parent | 47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff) | |
download | ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.gz ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.zip |
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes:
svn path=/head/; revision=336260
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index f971996cb81a..eda7f2da7182 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -9,8 +9,8 @@ CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= OnScreenDisplay messages in licq -LIB_DEPENDS= xosd:${PORTSDIR}/misc/xosd \ - boost_regex:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd \ + libboost_regex.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-gui # run dependency may be too strict, delete it if you use another # plugin (gtk+) and wish run osd with it. i've not tested with |