Changeset 77658 for trunk/dports


Ignore:
Timestamp:
Apr 8, 2011, 4:32:15 AM (13 years ago)
Author:
ryandesign@…
Message:

exiv2: no longer need to use libtool port since the included libtool is now new enough to build universal binaries on its own; see #27525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/exiv2/Portfile

    r74511 r77658  
    2727                 --with-expat=${prefix}
    2828
    29 depends_build    port:libtool
    30 
    3129depends_lib      port:expat \
    3230                 port:gettext \
     
    3735
    3836post-configure {
    39         # It's too much of a PITA to autoreconf
    40         delete ${worksrcpath}/libtool
    41         ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool
    4237        reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/config/exiv2.pc
    4338}
Note: See TracChangeset for help on using the changeset viewer.