diff options
author | taoka <taoka@FreeBSD.org> | 2001-07-07 13:53:29 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-07-07 13:53:29 +0800 |
commit | 219f28de30dc126e000e6d62a29e571f9933a2ea (patch) | |
tree | f2c3e7f850e2896a2ef6301f5f2ab0e9af1d8777 /japanese | |
parent | 08632cd2b4c525ba28ac0d996aad2004ecc80120 (diff) | |
download | freebsd-ports-gnome-219f28de30dc126e000e6d62a29e571f9933a2ea.tar.gz freebsd-ports-gnome-219f28de30dc126e000e6d62a29e571f9933a2ea.tar.zst freebsd-ports-gnome-219f28de30dc126e000e6d62a29e571f9933a2ea.zip |
Solve a problem such that if make, imake for XFree86-3 is required,
but imake for XFree86-3 is required under XFree86-4, too.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 4 | ||||
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
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 diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index fe3479b4d7a1..44f755420ec6 100644 --- a/japanese/Wnn7-lib/Makefile +++ b/japanese/Wnn7-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 |