From 933fd6ade6e042d53e03dae413496d3bfdeb246d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 21:54:42 +0000 Subject: Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream expect it to have --- print/harfbuzz/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/harfbuzz') 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 -- cgit v1.2.3