Revision: 60931 http://trac.macports.org/changeset/60931 Author: ryandesign@macports.org Date: 2009-11-28 15:12:21 -0800 (Sat, 28 Nov 2009) Log Message: ----------- pkgconfig: whitespace changes only Modified Paths: -------------- trunk/dports/devel/pkgconfig/Portfile Modified: trunk/dports/devel/pkgconfig/Portfile =================================================================== --- trunk/dports/devel/pkgconfig/Portfile 2009-11-28 22:56:56 UTC (rev 60930) +++ trunk/dports/devel/pkgconfig/Portfile 2009-11-28 23:12:21 UTC (rev 60931) @@ -14,22 +14,19 @@ platforms darwin freebsd use_parallel_build yes -description \ - pkg-config, a system for managing library compile and link flags +description pkg-config, a system for managing library compile and \ + link flags -long_description \ - The pkg-config program is used to retrieve information about \ - installed libraries in the system. It is typically used to compile \ - and link against one or more libraries. +long_description The pkg-config program is used to retrieve information \ + about installed libraries in the system. It is typically \ + used to compile and link against one or more libraries. -checksums \ - md5 d922a88782b64441d06547632fd85744 \ - sha1 b59dddd6b5320bd74c0f74b3339618a327096b2a \ - rmd160 0aa5565430d609319917ac2c8ffeaa5e4a509489 +checksums md5 d922a88782b64441d06547632fd85744 \ + sha1 b59dddd6b5320bd74c0f74b3339618a327096b2a \ + rmd160 0aa5565430d609319917ac2c8ffeaa5e4a509489 -configure.args \ - --enable-indirect-deps \ - --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig +configure.args --enable-indirect-deps \ + --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig livecheck.type regex livecheck.url "${homepage}releases/?C=M&O=D"
participants (1)
-
ryandesign@macports.org