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-server | |
parent | baa7ed727632697384948928be3bb6229a5e152d (diff) | |
download | ports-f70fec0a09e6d96879a14006b20f10942027bc01.tar.gz ports-f70fec0a09e6d96879a14006b20f10942027bc01.zip |
Notes
Diffstat (limited to 'japanese/canna-server')
-rw-r--r-- | japanese/canna-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile index 4b47e5690526..8d284fbc0c31 100644 --- a/japanese/canna-server/Makefile +++ b/japanese/canna-server/Makefile @@ -17,12 +17,11 @@ DISTNAME= Canna${PORTVERSION:S/.//g} MAINTAINER= hrs@FreeBSD.org COMMENT= A Kana-to-Kanji conversion system, binary part -# XXX: USE_IMAKE implies USE_XLIB which is not needed for this port -BUILD_DEPENDS= imake:${X_IMAKE_PORT} LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/canna-lib USE_RC_SUBR= canna.sh USE_BZIP2= yes +USE_IMAKE= yes ALL_TARGET= canna INSTALL_TARGET= instserver instclient PLIST_SUB= METAFILE="${METAFILE}" \ |