New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82198


Ignore:
Timestamp:
08/10/11 05:20:24 (4 years ago)
Author:
hum@…
Message:

julius @4.2:

  • add a Lion variant.
  • add depends_lib.
  • change maintainers.
File:
1 edited

Legend:

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

    r78555 r82198  
    66name                julius 
    77version             4.2 
     8revision            1 
    89categories          audio japanese 
    910platforms           darwin 
    10 maintainers         nomaintainer 
     11maintainers         hum openmaintainer 
    1112license             BSD 
    1213 
     
    2930patchfiles          patch-configure.diff 
    3031 
     32depends_lib         port:libiconv 
     33 
    3134# Note: '--enable-words-int' should be declared ahead of '--with-mictype'. 
    3235variant words_int description {Use integer for word ID to extend vocabulary limit} { 
     
    4043 
    4144platform darwin 10 { 
     45    depends_lib-append      port:portaudio 
     46    configure.args-append   --with-mictype=portaudio 
     47} 
     48 
     49platform darwin 11 { 
    4250    depends_lib-append      port:portaudio 
    4351    configure.args-append   --with-mictype=portaudio 
Note: See TracChangeset for help on using the changeset viewer.