New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81971


Ignore:
Timestamp:
08/06/11 10:54:02 (4 years ago)
Author:
jmr@…
Message:

libxml: use_autoreconf instead of reimplementing it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/libxml/Portfile

    r57375 r81971  
    2222master_sites    gnome:sources/${name}/1.8 
    2323checksums       md5 53846294aa850a7d042948176d1d19dc 
    24 depends_build   path:bin/pkg-config:pkgconfig \ 
    25                 port:libtool 
     24depends_build   port:pkgconfig 
    2625configure.args  --disable-static 
    2726 
     
    3029} 
    3130 
    32 pre-configure { 
    33         system "cd ${worksrcpath} && autoreconf -fvi" 
    34 } 
     31use_autoreconf  yes 
     32autoreconf.args -fvi 
    3533 
    3634livecheck.type  regex 
Note: See TracChangeset for help on using the changeset viewer.