New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82370


Ignore:
Timestamp:
08/12/11 16:22:30 (4 years ago)
Author:
jmr@…
Message:

otrproxy: set supported_archs to match wxWidgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/otrproxy/Portfile

    r30252 r82370  
    22 
    33PortSystem 1.0 
     4 
    45name             otrproxy 
    56version          0.3.1 
     
    2223depends_build    port:libotr port:wxWidgets 
    2324 
     25# wxWidgets is 32-bit only 
     26supported_archs i386 ppc 
     27 
    2428configure.args   --with-libotr-prefix=${prefix}/lib --with-libotr-inc-prefix=${prefix}/include 
    2529 
Note: See TracChangeset for help on using the changeset viewer.