diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-22 17:50:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-22 17:50:52 +0000 |
commit | 9ecc5ce7704d89b80577a5c63dff2a06de393ef7 (patch) | |
tree | 3c7e22b9b7323c72bd8ba0684b6853638f7e7a2d /x11-fonts | |
parent | c3e6f87e35094a71c1633dbd61cc0381aefcb0a3 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sourcesanspro-ttf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/sourcesanspro-ttf/Makefile b/x11-fonts/sourcesanspro-ttf/Makefile index 08b2da5ea623..06d82567e6b1 100644 --- a/x11-fonts/sourcesanspro-ttf/Makefile +++ b/x11-fonts/sourcesanspro-ttf/Makefile @@ -13,8 +13,9 @@ COMMENT= Set of fonts by Adobe designed for user interfaces LICENSE= OFL11 -BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale NO_BUILD= yes USES= zip |