Date: Tue, 13 Mar 2001 00:14:47 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Clive Lin <clive@CirX.ORG> Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/25716: Patch of chinput-2.1 Message-ID: <867l1v589k.wl@cheerful.com> In-Reply-To: <200103121050.f2CAo4p92298@freefall.freebsd.org> References: <200103121050.f2CAo4p92298@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Correct fix is here. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/chinput/Makefile,v retrieving revision 1.6 diff -u -u -2 -r1.6 Makefile --- Makefile 2000/11/16 15:36:06 1.6 +++ Makefile 2001/03/12 15:11:39 @@ -16,4 +16,8 @@ MAINTAINER= phj@cn.FreeBSD.org +.if defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 +.endif + USE_XLIB= yes 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?867l1v589k.wl>