Date: Mon, 12 Mar 2001 07:20:02 -0800 (PST) From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/25716: Patch of chinput-2.1 Message-ID: <200103121520.f2CFK2D34528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25716; it has been noted by GNATS. From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/25716: Patch of chinput-2.1 Date: Tue, 13 Mar 2001 00:15:16 +0900 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?200103121520.f2CFK2D34528>