From owner-freebsd-ports Mon Mar 12 13:27:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 6FE9037B718; Mon, 12 Mar 2001 13:27:15 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from kyoto-tc011-p28.alpha-net.ne.jp (kyoto-tc011-p28.alpha-net.ne.jp [210.237.119.28]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id GAA08355; Tue, 13 Mar 2001 06:27:09 +0900 (JST) Received: from souffle.bogus-local.net (localhost [::1]) by kyoto-tc011-p28.alpha-net.ne.jp (Postfix) with ESMTP id EF3FF16BA9; Tue, 13 Mar 2001 06:27:03 +0900 (JST) Date: Tue, 13 Mar 2001 06:27:03 +0900 Message-ID: <86wv9u4r14.wl@cheerful.com> From: FUJISHIMA Satsuki To: obrien@freebsd.org Cc: ports@freebsd.org Subject: Re: What is the right way to get mkfontdir usable? In-Reply-To: <20010312123634.A27284@dragon.nuxi.com> References: <20010312123634.A27284@dragon.nuxi.com> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org grep -ri mkfontdir ${WRKSRC} indicates correct dependency is BUILD_DEPENDS. If this port really need RUN_DEPENDS simply leave there both. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/vietnamese/vnterm/Makefile,v retrieving revision 1.24 diff -u -u -2 -r1.24 Makefile --- Makefile 2001/02/10 23:56:37 1.24 +++ Makefile 2001/03/12 21:21:41 @@ -22,5 +22,5 @@ RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/vietnamese/fonts.dir:${PORTSDIR}/vietnamese/vnxfonts .if ${XFREE86_VERSION} == 4 -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message