Ticket #17128: Portfile.diff
File Portfile.diff, 417 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 21 21 worksrcdir ${name} 22 22 patchfiles patch-Makefile.am 23 23 24 depends_ libport:libtool \24 depends_build port:libtool \ 25 25 port:autoconf \ 26 port:automake \ 27 port:perl5.8 26 port:automake 28 27 29 28 pre-configure { 30 29 system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"