aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-28 11:45:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-28 11:45:08 +0000
commitd1107bb40e81d1186ea75412dd5d61d736e4d726 (patch)
tree103926d89737f146b97db5255f054196dadab9fc /net-im
parentd89dccb61e24d9db4b71225fafab4061ae50cf51 (diff)
downloadports-d1107bb40e81d1186ea75412dd5d61d736e4d726.tar.gz
ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.zip
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=238504
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-console/Makefile2
-rw-r--r--net-im/licq-osd/Makefile2
-rw-r--r--net-im/licq-qt-gui/Makefile2
-rw-r--r--net-im/licq/Makefile2
-rw-r--r--net-im/wooztalk/Makefile8
5 files changed, 8 insertions, 8 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile
index dc1c54cbd4bc..500d09f950f2 100644
--- a/net-im/licq-console/Makefile
+++ b/net-im/licq-console/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Ncurses-based console plugin for Licq
LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk \
- boost_regex.4:${PORTSDIR}/devel/boost
+ boost_regex.4:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile
index 5fa240897e63..42da96cf9822 100644
--- a/net-im/licq-osd/Makefile
+++ b/net-im/licq-osd/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= OnScreenDisplay messages in licq
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
- boost_regex.4:${PORTSDIR}/devel/boost
+ boost_regex.4:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-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
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index 4608b6630be2..6d7991d5a918 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/licq-qt-gui/Makefile
@@ -13,7 +13,7 @@ PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Qt plugin for licq
-LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index a80d93d1e23a..c1c706843067 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -16,7 +16,7 @@ COMMENT= A popular ICQ-compatible plugin-based program
.if defined(WITH_SOCKS)
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
.endif
-LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
USE_ICONV= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
diff --git a/net-im/wooztalk/Makefile b/net-im/wooztalk/Makefile
index dbfc20db2d47..3acac7d46726 100644
--- a/net-im/wooztalk/Makefile
+++ b/net-im/wooztalk/Makefile
@@ -14,10 +14,10 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}-freebsd
MAINTAINER= tech@wooztalk.com
COMMENT= Meet your World Wide Web neighbors
-LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \
- boost_serialization.4:${PORTSDIR}/devel/boost \
- boost_regex.4:${PORTSDIR}/devel/boost \
- boost_filesystem.4:${PORTSDIR}/devel/boost \
+LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \
+ boost_serialization.4:${PORTSDIR}/devel/boost-libs \
+ boost_regex.4:${PORTSDIR}/devel/boost-libs \
+ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
curl.5:${PORTSDIR}/ftp/curl
USE_BZIP2= yes