New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80402


Ignore:
Timestamp:
07/12/11 02:58:57 (4 years ago)
Author:
jmr@…
Message:

uif2iso: fix build (#25780) and dependencies

Location:
trunk/dports/sysutils/uif2iso
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/uif2iso/Portfile

    r69520 r80402  
    66name                    uif2iso 
    77version                 0.1.7c 
    8 revision                2 
     8revision                3 
    99 
    1010categories              sysutils 
     
    2727worksrcdir              src 
    2828 
    29 depends_build           port:openssl \ 
    30                         port:zlib 
     29depends_lib             port:zlib 
    3130 
    32 build.args              CC=gcc CFLAGS=\"-L${prefix}/lib\" 
     31patchfiles              Types.h.patch 
     32 
     33build.env               CC=${configure.cc} CFLAGS="${configure.cc_archflags}" 
    3334 
    3435destroot { 
Note: See TracChangeset for help on using the changeset viewer.