diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:58:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:58:29 +0000 |
commit | 036f2c5ce66c0fd84dd8be073043ff2aaa6a6175 (patch) | |
tree | ef741fb504539dbd57ca349262a90088fe841bad /chinese/ttfm | |
parent | a327ff430ab824a5e8342f6a95e1d749c043e5de (diff) | |
download | ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.tar.gz ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.zip |
Notes
Diffstat (limited to 'chinese/ttfm')
-rw-r--r-- | chinese/ttfm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index 17e29a721529..0e771821185d 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -12,7 +12,7 @@ COMMENT= A Big5/GB enhanced TrueType Font Manager RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 MAKE_ARGS= FREETYPE_BASE=${LOCALBASE:Q} CC="${CC}" |