Ticket #21445: Portfile-ldns.diff

File Portfile-ldns.diff, 1.1 KB (added by marius.rieder@…, 15 years ago)
  • net/ldns/Portfile

    old new  
    33PortSystem 1.0
    44
    55name                ldns
    6 version             1.6.0
     6version             1.6.1
    77categories          net devel
    88platforms           darwin
     9license             BSD
    910maintainers         durchmesser.ch:marius.rieder
    1011description         DNS library in C
    1112long_description    ldns is a library with the aim of simplifying DNS \
     
    1415
    1516homepage            http://www.nlnetlabs.nl/projects/ldns/
    1617master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    17 checksums           sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830
     18checksums           sha1 625ad56970ebf91ae91af2fbb92b048164717df1
    1819
    1920depends_build       bin:glibtool:libtool
    2021
     
    2223configure.cppflags  -I${worksrcpath}/include
    2324build.type          gnu
    2425
    25 variant ssl {
     26variant ssl description {Use ssl to enable all crypt functions} {
    2627    configure.args-delete --without-ssl
    2728    configure.args-append --with-ssl=${prefix}
    2829    depends_lib-append  port:openssl