Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 06:27:03 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        obrien@freebsd.org
Cc:        ports@freebsd.org
Subject:   Re: What is the right way to get mkfontdir usable?
Message-ID:  <86wv9u4r14.wl@cheerful.com>
In-Reply-To: <20010312123634.A27284@dragon.nuxi.com>
References:  <20010312123634.A27284@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86wv9u4r14.wl>