diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-01-26 13:58:24 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-01-26 13:58:24 +0000 |
commit | 3aeee132adb06bf0d2ed76eabc1a0d3af2630808 (patch) | |
tree | 9dd96c56a6bbc78f64e37a852134d4c871c712bd /japanese/canna-lib | |
parent | fff0d37b9357a171504e2ff9776333511d434eb7 (diff) |
Notes
Diffstat (limited to 'japanese/canna-lib')
-rw-r--r-- | japanese/canna-lib/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index ef4267da52d8..5da95c489135 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= canna PORTVERSION= 3.7p3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= canna/9565/ @@ -17,12 +17,17 @@ 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_LDCONFIG= yes -USE_IMAKE= yes NO_INSTALL_MANPAGES=yes ALL_TARGET= canna INSTALL_TARGET= instsgs +post-configure: + @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} + .include <bsd.port.mk> |