Ticket #21075: Portfile-gsoap.patch

File Portfile-gsoap.patch, 326 bytes (added by astricker@…, 15 years ago)

Provide byacc as build dependency for gsoap

  • devel/gsoap/Portfile

    a b  
    2525worksrcdir                      ${name}-2.7
    2626patchfiles          patch-configure.in patch-makemake
    2727
     28depends_build-append            port:byacc
     29
    2830pre-configure {
    2931        system "cd ${worksrcpath} && ./makemake"
    3032}