Ticket #13728: yaz-Portfile.diff
File yaz-Portfile.diff, 1.2 KB (added by josh-macports@…, 17 years ago) |
---|
-
net/yaz/Portfile
old new 1 1 # $Id: Portfile 30541 2007-10-31 01:11:15Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name yaz 5 version 2.1.126 version 3.0.18 6 7 categories net databases devel 7 8 platforms darwin 8 9 maintainers root.id.au:josh+macports \ … … 16 17 homepage http://www.indexdata.dk/yaz/ 17 18 18 19 master_sites http://ftp.indexdata.dk/pub/yaz/ 19 checksums md5 b81536008e2bdb92e43d9056d8c35682\20 sha1 1ca651c44afa344c0fa3a649090ceeeb63aa9efe\21 rmd160 8 a7be8ee8ea4ae411201f98ca1aaf9ea61b82ab420 checksums md5 c33144e10f29550e3784248eabe594ee \ 21 sha1 453a6f6c38ce3b4f47d27c8949ceba115bc04e17 \ 22 rmd160 82b31cab953e6d0e98b6d47c08f9706ac3257a10 22 23 23 depends_lib 24 depends_lib port:libiconv port:libxml2 port:ncurses port:openssl \ 24 25 port:readline port:zlib 25 26 26 configure.args --with-xml2=${prefix} --with-openssl=${prefix} --with-iconv=${prefix} 27 28 platform darwin 8 { 29 configure.compiler gcc-4.0 30 } 31 27 configure.args --with-xml2=${prefix} --with-openssl=${prefix} \ 28 --with-iconv=${prefix}