Ticket #20297: Portfile-ldns-tools.diff
File Portfile-ldns-tools.diff, 1.2 KB (added by marius.rieder@…, 15 years ago) |
---|
-
net/ldns-tools/Portfile
old new 1 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $1 # $Id: Portfile 41879 2008-11-11 21:03:45Z jann@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name ldns-tools 6 version 1. 5.16 version 1.6.0 7 7 categories net devel 8 8 platforms darwin 9 9 maintainers durchmesser.ch:marius.rieder … … 14 14 homepage http://www.nlnetlabs.nl/projects/ldns/ 15 15 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 16 16 distfiles ldns-${version}${extract.suffix} 17 checksums sha1 070210a417633b7358bb3466da40e6f1872f36c218 depends_lib port: openssl port:ldns17 checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830 18 depends_lib port:ldns 19 19 worksrcdir ldns-${version}/examples 20 20 use_autoconf yes 21 21 autoconf.cmd autoreconf 22 configure.args --with-ldns=${prefix} --with-ssl=${prefix} 22 configure.args --with-ldns=${prefix} --without-ssl 23 24 variant ssl { 25 configure.args-delete --without-ssl 26 configure.args-append --with-ssl=${prefix} 27 depends_lib-append port:openssl 28 }