diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 19:49:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 19:49:43 +0000 |
commit | c04fa4840ed0c20c6f82968e200c07e144855c58 (patch) | |
tree | 2fa5c5ab593f37b893c0f5fc7f5e5e37334ac4c3 /japanese/canna-lib | |
parent | ab25d28d50c67ae42d06950dacfd5505217e8453 (diff) |
Urgent fix before the freeze: Add the dependency on devel/imake if
XFREE86_VERSION is 3.
This would probably fix the build failure on bento.
Notes
Notes:
svn path=/head/; revision=53354
Diffstat (limited to 'japanese/canna-lib')
-rw-r--r-- | japanese/canna-lib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index d94e660a7f4d..2efb77afd20b 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -24,6 +24,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.org +.if ${XFREE86_VERSION} == 3 +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +.endif + USE_IMAKE= yes USE_X_PREFIX= no ALL_TARGET= canna |