Ticket #17877: Portfile-mutt-17877.diff
File Portfile-mutt-17877.diff, 1.3 KB (added by gjasny@…, 12 years ago) |
---|
-
Portfile
old new 66 66 } 67 67 68 68 variant compress description {Compressed folders} { 69 depends_lib-append port:automake17 port:autoconf 69 70 configure.args-append --enable-compressed 71 72 pre-configure { 73 system "cd ${worksrcpath}; aclocal-17 -I m4; autoheader; 74 cd m4; make -f Makefile.am.in; cd ..; 75 automake-17 --foreign; autoconf" 76 } 77 70 78 patch_sites-append http://www.spinnaker.de/mutt/compressed/ 71 79 patchfiles-append patch-1.4.2.3.rr.compressed.1.gz 72 80 checksums-append patch-1.4.2.3.rr.compressed.1.gz md5 \ … … 74 82 } 75 83 76 84 variant nntp conflicts compress description {NNTP support} { 77 depends_lib-append port:automake port:autoconf85 depends_lib-append port:automake17 port:autoconf 78 86 configure.args-append --enable-nntp 79 87 80 88 pre-configure { 81 system "cd ${worksrcpath}; aclocal -I m4; autoheader;89 system "cd ${worksrcpath}; aclocal-17 -I m4; autoheader; 82 90 cd m4; make -f Makefile.am.in; cd ..; 83 automake --foreign; autoconf"91 automake-17 --foreign; autoconf" 84 92 } 85 93 86 94 patch_sites-append http://www.mutt.org.ua/download/mutt-1.4.2.3/