Ticket #18191: Portfile.diff

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

    old new  
    11# $Id: Portfile 45533 2009-01-17 09:59:40Z ryandesign@macports.org $
    22
    33PortSystem              1.0
     4PortGroup               muniversal 1.0
    45
    56name                    gettext
    67version                 0.17
     
    4243    --with-included-libcroco \
    4344    --with-included-libxml
    4445
    45 depends_build \
    46     bin:ed:ed
    47 
    4846depends_lib \
    4947    port:libiconv \
    5048    port:ncurses \
     
    5351test.run                yes
    5452test.target             check
    5553
    56 platform darwin {
    57     post-configure {
    58         system "cd ${worksrcpath} && ed - ${worksrcpath}/gettext-runtime/config.h < ${filespath}/config.h.ed && touch gettext-runtime/stamp-h1"
    59         system "cd ${worksrcpath} && ed - ${worksrcpath}/gettext-tools/config.h < ${filespath}/config.h.ed && touch gettext-tools/stamp-h1"
    60     }
    61 }
    62 
    6354platform darwin 6 {
    6455    depends_lib-append \
    6556        lib:libdl:dlcompat