--- Portfile.orig	2011-08-07 02:00:19.000000000 -0400
+++ Portfile	2011-08-07 02:00:19.000000000 -0400
@@ -21,7 +21,8 @@
 
 platforms           darwin
 depends_lib-append  bin:tex:texlive \
-                    port:ImageMagick
+                    port:ImageMagick \
+                    port:boost
 
 use_xz              yes
 distname            lyx-${version}
@@ -38,7 +39,7 @@
 patchfiles          patch-configure.diff
 
 configure.pre_args  --prefix=${applications_dir}/LyX.app
-configure.args      --with-frontend=qt4 --without-x --with-included-gettext \
+configure.args      --with-frontend=qt4 --without-x --with-included-gettext --without-included-boost \
                     --enable-optimization=-Os --disable-concept-checks \
                     --with-version-suffix=-${branch}
 
