diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 05:54:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 05:54:42 +0800 |
commit | 791d33363ca2911db2edfdda5d4798b83a1b6978 (patch) | |
tree | 8cbdd3031eb962b209d1a50057d496d04ad49c49 /print | |
parent | 7ecc935a9622d5128eb21c5c3e5814e927eb62e7 (diff) | |
download | freebsd-ports-gnome-791d33363ca2911db2edfdda5d4798b83a1b6978.tar.gz freebsd-ports-gnome-791d33363ca2911db2edfdda5d4798b83a1b6978.tar.zst freebsd-ports-gnome-791d33363ca2911db2edfdda5d4798b83a1b6978.zip |
Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream
expect it to have
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 |