From 1823fc95c951fdd595ef9b41a6008baf47b6bd23 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Sat, 7 Jul 2001 05:53:29 +0000 Subject: Solve a problem such that if make, imake for XFree86-3 is required, but imake for XFree86-3 is required under XFree86-4, too. --- japanese/Wnn6-lib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'japanese/Wnn6-lib') diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index fe3479b4d7a1..44f755420ec6 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -13,7 +13,11 @@ DISTNAME= Wnn6-SDK-sources MAINTAINER= taoka@FreeBSD.org +.if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +.else +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 +.endif WRKSRC= ${WRKDIR}/src/contrib/im/Xsi DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib -- cgit v1.2.3