Ticket #14606: Portfile.diff

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

    old new  
    9395variant mono description {Enable Mono support} {
    9496    depends_build-append    port:monodoc
    9597
    96     depends_lib-append      port:mono
     98    depends_lib-append      port:mono \
     99                            port:gtk-sharp2
    97100
    98101    configure.args-delete   --disable-mono \
    99102                            --disable-monodoc
     
    105108    post-build {
    106109        # TODO This shouldn't be needed, we need to fix Mono dllmap library path.
    107110        reinplace -E "s|(target=\")|\\1${prefix}/lib/|" \
    108             ${worksrcpath}/avahi-sharp/avahi-sharp.dll.config
     111            ${worksrcpath}/avahi-sharp/avahi-sharp.dll.config \
    109112            ${worksrcpath}/avahi-ui-sharp/avahi-ui-sharp.dll.config
    110113    }
    111114}