Ticket #20297: Portfile-ldns.diff
File Portfile-ldns.diff, 1.3 KB (added by marius.rieder@…, 15 years ago) |
---|
-
net/ldns/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 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 15 15 homepage http://www.nlnetlabs.nl/projects/ldns/ 16 16 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 17 checksums sha1 070210a417633b7358bb3466da40e6f1872f36c217 checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830 18 18 19 depends_lib port:openssl20 19 depends_build bin:glibtool:libtool 21 20 22 configure.args --mandir=${prefix}/share/man --with -ssl=${prefix}21 configure.args --mandir=${prefix}/share/man --without-ssl 23 22 configure.cppflags -I${worksrcpath}/include 24 23 build.type gnu 25 24 25 variant ssl { 26 configure.args-delete --without-ssl 27 configure.args-append --with-ssl=${prefix} 28 depends_lib-append port:openssl 29 } 30 26 31 platform darwin 8 { 27 32 configure.env MACOSX_DEPLOYMENT_TARGET=10.4 28 33 build.env MACOSX_DEPLOYMENT_TARGET=10.4