From efc37e1bd717eb188b55c3d5cb647538ba65bb9d Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sat, 15 Jan 2005 19:26:21 +0000 Subject: Fix dependency. --- x11-fonts/intlfonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-fonts') diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile index 8972b8f46e82..c7a6dc9d7bbc 100644 --- a/x11-fonts/intlfonts/Makefile +++ b/x11-fonts/intlfonts/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= intlfonts MAINTAINER= ports@FreeBSD.org COMMENT= Free X11 fonts for all characters that Emacs can handle -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86 -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86 \ +BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} +RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} \ type1inst:${PORTSDIR}/x11-fonts/p5-type1inst USE_X_PREFIX= yes -- cgit