diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-06-12 17:58:28 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-06-12 17:58:28 +0000 |
commit | f70fec0a09e6d96879a14006b20f10942027bc01 (patch) | |
tree | 9ced5fa5a17fb96045781c06df4a0a0b11840f9e /japanese/canna-lib | |
parent | baa7ed727632697384948928be3bb6229a5e152d (diff) |
Notes
Diffstat (limited to 'japanese/canna-lib')
-rw-r--r-- | japanese/canna-lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index f0bf485af14f..e9c426b54dc7 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -17,10 +17,8 @@ DISTNAME= Canna${PORTVERSION:S/.//g} MAINTAINER= hrs@FreeBSD.org COMMENT= A Kana-to-Kanji conversion system, library part -# XXX: USE_IMAKE implies USE_XLIB which is not needed for this port -BUILD_DEPENDS= imake:${X_IMAKE_PORT} - USE_BZIP2= yes +USE_IMAKE= yes USE_LDCONFIG= yes NO_INSTALL_MANPAGES=yes MAKE_JOBS_UNSAFE= yes |