diff options
author | pav <pav@FreeBSD.org> | 2009-07-28 19:45:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-28 19:45:08 +0800 |
commit | 291da30e08e6256cb9c448d12d81e18bfcef7895 (patch) | |
tree | ed5f09afdd626c922e88015da3aeeb6ae1eff9bd /net-im/licq-console | |
parent | db5c7bc390ded3a323a9e1b04bb27d75d82b8182 (diff) | |
download | freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.gz freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.zst freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.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)
Diffstat (limited to 'net-im/licq-console')
-rw-r--r-- | net-im/licq-console/Makefile | 2 |
1 files changed, 1 insertions, 1 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}" \ |