diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 61afdfb5924d..38a0a63dbfb4 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ MAINTAINER= kwm@FreeBSD.org COMMENT= OpenType text shaping engine -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - icudata:${PORTSDIR}/devel/icu \ - graphite2:${PORTSDIR}/graphics/graphite2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libicudata.so:${PORTSDIR}/devel/icu \ + libgraphite2.so:${PORTSDIR}/graphics/graphite2 USE_BZIP2= yes USE_LDCONFIG= yes |