diff options
Diffstat (limited to 'print/harfbuzz/Makefile')
-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 fe66b5971702..92707a5b961c 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ MAINTAINER= gnome@FreeBSD.org COMMENT= OpenType text shaping engine -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libicudata.so:${PORTSDIR}/devel/icu \ - libgraphite2.so:${PORTSDIR}/graphics/graphite2 +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libicudata.so:devel/icu \ + libgraphite2.so:graphics/graphite2 USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:bzip2 |