Ticket #26297: Portfile-ngircd.diff

File Portfile-ngircd.diff, 592 bytes (added by daniel.hjort@…, 14 years ago)

Portfile diff

  • Portfile

    old new  
    2727                --with-zeroconf \
    2828                --with-ident
    2929
     30variant gnutls conflicts openssl description {Build with GnuTLS} {
     31                                    configure.args-append   --with-gnutls
     32                                    depends_lib-append          port:gnutls
     33}
     34
     35variant openssl conflicts gnutls description {Build with OpenSSL} {
     36                                    configure.args-append   --with-openssl
     37                                    depends_lib-append          port:openssl
     38}
     39
    3040pre-configure {
    3141    reinplace s|600|644|g ${worksrcpath}/doc/Makefile.in
    3242}