diff options
author | delphij <delphij@FreeBSD.org> | 2006-05-31 10:42:18 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-05-31 10:42:18 +0800 |
commit | 902ae8efab1423ad5aecf92939a6aef6e11f9f12 (patch) | |
tree | b76ba3ca62eb42bdd8139c2263529631d163dd14 /x11-fonts | |
parent | 80f334bd07cef38937550b83baaefd48630a4286 (diff) | |
download | freebsd-ports-gnome-902ae8efab1423ad5aecf92939a6aef6e11f9f12.tar.gz freebsd-ports-gnome-902ae8efab1423ad5aecf92939a6aef6e11f9f12.tar.zst freebsd-ports-gnome-902ae8efab1423ad5aecf92939a6aef6e11f9f12.zip |
Add BUILD_DEPENDS to make pinityhat happy.
Submitted by: Dryice Liu <dryice dryice name> (maintainer)
PR: ports/98188
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/wqy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index 34327ac8ea5a..c3961fc0d23b 100644 --- a/x11-fonts/wqy/Makefile +++ b/x11-fonts/wqy/Makefile @@ -24,6 +24,9 @@ FONTSDIR= lib/X11/fonts/wqy PLIST_SUB= FONTSDIR=${FONTSDIR} +BUILD_DEPENDS+= mkfontdir:${X_CLIENTS_PORT} +BUILD_DEPENDS+= fc-cache:${PORTSDIR}/x11-fonts/fontconfig + .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog CREDIT GPL.txt INSTALL INSTALL.zh.gb2312 LOGO.png PLEASE_HELP_TO_IMPROVE README STAT .endif |