Changeset 99411


Ignore:
Timestamp:
Nov 4, 2012, 2:02:24 PM (12 years ago)
Author:
ryandesign@…
Message:

mutt: fix compress and nntp variants (#17877)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/mutt/Portfile

    r94609 r99411  
    6767
    6868variant compress description {Compressed folders} {
     69    depends_build-append    port:automake17 port:autoconf
    6970    configure.args-append   --enable-compressed
     71
     72    pre-configure {
     73        system -W ${worksrcpath} "aclocal-17 -I m4; autoheader;
     74                cd m4; make -f Makefile.am.in; cd ..;
     75                automake-17 --foreign; autoconf"
     76    }
     77
    7078    patch_sites-append      http://www.spinnaker.de/mutt/compressed/
    7179    patchfiles-append       patch-1.4.2.3.rr.compressed.1.gz
     
    7583
    7684variant nntp conflicts compress description {NNTP support} {
    77     depends_lib-append      port:automake port:autoconf
     85    depends_build-append    port:automake17 port:autoconf
    7886    configure.args-append   --enable-nntp
    7987
    8088    pre-configure {
    81         system "cd ${worksrcpath}; aclocal -I m4; autoheader;
     89        system -W ${worksrcpath} "aclocal-17 -I m4; autoheader;
    8290                cd m4; make -f Makefile.am.in; cd ..;
    83                 automake --foreign; autoconf"
     91                automake-17 --foreign; autoconf"
    8492    }
    8593
Note: See TracChangeset for help on using the changeset viewer.