diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/harfbuzz | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | freebsd-ports-gnome-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz freebsd-ports-gnome-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.zst freebsd-ports-gnome-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'print/harfbuzz')
-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 |