Revision: 74522 http://trac.macports.org/changeset/74522 Author: jmr@macports.org Date: 2010-12-20 01:07:52 -0800 (Mon, 20 Dec 2010) Log Message: ----------- pidgin-encryption: fix build (#21694) Modified Paths: -------------- trunk/dports/net/pidgin-encryption/Portfile Modified: trunk/dports/net/pidgin-encryption/Portfile =================================================================== --- trunk/dports/net/pidgin-encryption/Portfile 2010-12-20 06:33:20 UTC (rev 74521) +++ trunk/dports/net/pidgin-encryption/Portfile 2010-12-20 09:07:52 UTC (rev 74522) @@ -1,5 +1,7 @@ # $Id$ + PortSystem 1.0 + name pidgin-encryption version 3.0 categories net @@ -9,19 +11,18 @@ long_description ${description} configure.args --with-nss-includes=${prefix}/include/nss \ - --with-nss-libs=${prefix}/lib \ + --with-nss-libs=${prefix}/lib/nss \ --with-nspr-includes=${prefix}/include/nspr \ - --with-nspr-libs=${prefix}/lib + --with-nspr-libs=${prefix}/lib/nspr homepage http://pidgin-encrypt.sourceforge.net/ platforms darwin master_sites http://downloads.sourceforge.net/pidgin-encrypt/ -checksums pidgin-encryption-3.0.tar.gz md5 3f3f8e9a15d19e084d54bfbbd2db9d77 +checksums md5 3f3f8e9a15d19e084d54bfbbd2db9d77 \ + sha1 bccad1c4ac0bec12e6837324f543ea60530d0761 -worksrcdir ${worksrcpath} +build.target -build {system "cd ${worksrcdir} && make"} - destroot { xinstall -m 755 -d ${destroot}${prefix}/lib/pidgin/ eval xinstall -m 755 ${worksrcpath}/.libs/encrypt.so ${destroot}${prefix}/lib/pidgin/
participants (1)
-
jmr@macports.org