Ticket #30629: patch-Portfile.diff

File patch-Portfile.diff, 796 bytes (added by carsomyr@…, 13 years ago)

The Portfile patch.

  • Portfile

    old new  
    2121
    2222platforms           darwin
    2323depends_lib-append  bin:tex:texlive \
    24                     port:ImageMagick
     24                    port:ImageMagick \
     25                    port:boost
    2526
    2627use_xz              yes
    2728distname            lyx-${version}
     
    3839patchfiles          patch-configure.diff
    3940
    4041configure.pre_args  --prefix=${applications_dir}/LyX.app
    41 configure.args      --with-frontend=qt4 --without-x --with-included-gettext \
     42configure.args      --with-frontend=qt4 --without-x --with-included-gettext --without-included-boost \
    4243                    --enable-optimization=-Os --disable-concept-checks \
    4344                    --with-version-suffix=-${branch}
    4445