Modified: trunk/dports/graphics/harfbuzz/Portfile (107468 => 107469)
--- trunk/dports/graphics/harfbuzz/Portfile 2013-06-30 08:51:32 UTC (rev 107468)
+++ trunk/dports/graphics/harfbuzz/Portfile 2013-06-30 10:14:17 UTC (rev 107469)
@@ -5,7 +5,6 @@
name harfbuzz
version 0.9.18
-revision 2
categories graphics
platforms darwin
maintainers ryandesign openmaintainer
@@ -27,6 +26,8 @@
configure.args --disable-silent-rules
if {${name} eq ${subport}} {
+ revision 2
+
depends_lib-append \
path:lib/pkgconfig/cairo.pc:cairo \
port:freetype \
@@ -65,6 +66,8 @@
}
subport harfbuzz-icu {
+ revision 3
+
description HarfBuzz ICU support library
long_description This library adds support for ICU (the International Components for Unicode) to HarfBuzz.
@@ -86,6 +89,7 @@
[glob ${destroot.dir}/.libs/libharfbuzz-icu.*.dylib] \
libharfbuzz-icu.la \
${destroot}${prefix}/lib
+ reinplace "s|${destroot.dir}|${prefix}/lib|g" ${destroot}${prefix}/lib/libharfbuzz-icu.la
copy ${destroot.dir}/.libs/libharfbuzz-icu.dylib ${destroot}${prefix}/lib
xinstall -m 644 ${destroot.dir}/hb-icu.h ${destroot}${prefix}/include
xinstall -m 644 ${destroot.dir}/harfbuzz-icu.pc ${destroot}${prefix}/lib/pkgconfig