diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-01-20 21:32:40 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-01-20 21:32:40 +0000 |
commit | aea39eb662d17dcba7d34599d63c034cb0462443 (patch) | |
tree | f63c3fe9c9068523a48d393c383ed70349e5b98c /japanese/Canna | |
parent | Try to fix linking error introduced in last revision. (diff) |
Uncomment BUILD_DEPENDS to xmkmf which was accidentally commented out in 1.44.
Notes
Notes:
svn path=/head/; revision=53405
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index 05bdd8bf592f..ab5e3f7f445a 100644 --- a/japanese/Canna/Makefile +++ b/japanese/Canna/Makefile @@ -27,7 +27,7 @@ MAINTAINER= max@FreeBSD.org .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 3 -#BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake .endif USE_IMAKE= yes |