Add BUILD_DEPENDS to bdftopcf:XFree86-4-clients when XFREE86_VERSION=4.

This commit is contained in:
Satoshi Asami 2000-09-14 19:22:08 +00:00
parent 4f1bc84f62
commit a2eaff06ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32618

View file

@ -23,6 +23,7 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif