New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81606


Ignore:
Timestamp:
08/02/11 16:33:33 (4 years ago)
Author:
raimue@…
Message:

devel/valgrind, devel/valgrind-devel:
Reorder options, add license

Location:
trunk/dports/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/valgrind-devel/Portfile

    r81377 r81606  
    1010categories      devel 
    1111platforms       darwin 
     12supported_archs i386 x86_64 
     13license         GPL-2 
    1214maintainers     raimue 
    1315 
     
    3537configure.args  --mandir=${prefix}/share/man \ 
    3638                --without-mpicc 
    37  
    38 supported_archs i386 x86_64 
    3939 
    4040if {$build_arch == "i386"} { 
  • trunk/dports/devel/valgrind/Portfile

    r81469 r81606  
    99categories      devel 
    1010platforms       darwin 
     11supported_archs i386 x86_64 
     12license         GPL-2 
    1113maintainers     raimue 
    1214 
     
    4345configure.args  --mandir=${prefix}/share/man \ 
    4446                --without-mpicc 
    45  
    46 supported_archs i386 x86_64 
    4747 
    4848if {$build_arch == "i386"} { 
Note: See TracChangeset for help on using the changeset viewer.