Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36682

Show
Ignore:
Timestamp:
2008-05-11 10:26:45 (6 months ago)
Author:
nox@…
Message:

libvorbis:

  • Enabled parallel build.
  • Removed doc variant as the documentation is actually always installed.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/libvorbis/Portfile

    r28880 r36682  
    55name            libvorbis 
    66version         1.2.0 
     7revision        1 
    78categories      audio 
    89platforms       darwin 
     
    2021 
    2122depends_build   port:pkgconfig 
     23 
    2224depends_lib     port:libogg 
    23 depends_run     port:pkgconfig 
    2425 
    2526checksums       md5 478646358c49f34aedcce58948793619 \ 
     
    2829 
    2930configure.args  --disable-oggtest 
     31 
     32use_parallel_build  yes 
    3033 
    3134post-destroot { 
     
    3841} 
    3942 
    40 variant doc description {Install extra documentation} { 
    41     configure.args-append --enable-doc 
    42 } 
    43  
    4443livecheck.check regex 
    4544livecheck.url   http://www.xiph.org/downloads/ 
    4645livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) 
    47