diff options
author | maya <maya> | 2017-07-01 09:14:45 +0000 |
---|---|---|
committer | maya <maya> | 2017-07-01 09:14:45 +0000 |
commit | cf1279098a794ce61d2f619030896537f2e8789e (patch) | |
tree | 1d1296e162cbbc74c68d0f87044cc5c7e3711d78 | |
parent | ed5ba049a02394ffb2ef029a9f079426b758e62f (diff) | |
download | pkgsrc-cf1279098a794ce61d2f619030896537f2e8789e.tar.gz |
Fix non-ICU build.
-rw-r--r-- | fonts/harfbuzz/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index 48b79ff576e..1638fad90be 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2017/02/12 01:29:30 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.21 2017/07/01 09:14:45 maya Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h @@ -8,7 +8,7 @@ ${PLIST.coretext}include/harfbuzz/hb-coretext.h include/harfbuzz/hb-deprecated.h include/harfbuzz/hb-face.h include/harfbuzz/hb-font.h -include/harfbuzz/hb-ft.h +${PLIST.icu}include/harfbuzz/hb-ft.h include/harfbuzz/hb-glib.h ${PLIST.icu}include/harfbuzz/hb-icu.h include/harfbuzz/hb-ot-font.h |