diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
commit | d1107bb40e81d1186ea75412dd5d61d736e4d726 (patch) | |
tree | 103926d89737f146b97db5255f054196dadab9fc /print/lyx14 | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) | |
download | ports-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 'print/lyx14')
-rw-r--r-- | print/lyx14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index f3366b56d1ce..a5f63165ca0c 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -21,7 +21,7 @@ COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX -LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \ ASPELL "Utilize ASPELL library" on \ |