Ticket #17128: Portfile.diff

File Portfile.diff, 417 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    2121worksrcdir      ${name}
    2222patchfiles      patch-Makefile.am
    2323
    24 depends_lib             port:libtool \
     24depends_build           port:libtool \
    2525                                port:autoconf \
    26                                 port:automake \
    27                                 port:perl5.8
     26                                port:automake
    2827
    2928pre-configure   {
    3029        system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"