Ticket #34846: auctex-biber.patch

File auctex-biber.patch, 882 bytes (added by seanfarley (Sean Farley), 12 years ago)

add biber variant

  • editors/auctex/Portfile

    # HG changeset patch
    # User Sean Farley <sean@mcs.anl.gov>
    # Date 1348004292 18000
    # Node ID c0fcd9d263da7dafe791ab184ed8cf3a73dea0a3
    # Parent  17927bd2472746a588d83d780801f19af46532d2
    auctex: add biber variant
    
    diff --git a/editors/auctex/Portfile b/editors/auctex/Portfile
    a b  
    4141variant mactex description "If your TeX distribution is MacTeX" {
    4242    # Note: This also needs /usr/texbin in binpath in macports.conf
    4343    configure.args-append --with-texmf-dir=/usr/local/texlive/texmf-local
    4444}
    4545
     46variant biber description {Enable using biblatex with the biber backend} {
     47    depends_lib-append    port:biblatex-biber port:texlive-bibtex-extra
     48    patchfiles-append     biber.patch
     49    patch.pre_args        -p1
     50}
     51
    4652notes "To use this, put the following into your ~/.emacs:\n\
    4753    (require 'tex-site)"