Ticket #37820: avahi-intltool.diff

File avahi-intltool.diff, 1.1 KB (added by raimue (Rainer Müller), 11 years ago)
  • Portfile

     
    55
    66name                avahi
    77version             0.6.31
    8 revision            5
     8revision            6
    99categories          net devel
    1010maintainers         pixilla openmaintainer
    1111license             LGPL-2.1+
     
    4141    reinplace "s|/System|${destroot}|g" ${worksrcpath}/initscript/darwin/Makefile.in
    4242}
    4343
    44 depends_build       port:pkgconfig
     44depends_build       port:pkgconfig \
     45                    port:intltool
    4546
    46 depends_run         port:intltool
    47 
    4847depends_lib         port:expat \
    4948                    port:gdbm \
    5049                    port:gettext \
     
    6564                    --disable-pygtk \
    6665                    --disable-tests
    6766
     67# intltool needs to be run with the correct version of perl
     68configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
    6869
    6970# __APPLE_USE_RFC_2292 should be removed once avhi is updated to support RFC 3542
    7071configure.cppflags-append   -L${prefix}/lib -D__APPLE_USE_RFC_2292