diff options
Diffstat (limited to 'japanese/kakasi/Makefile')
-rw-r--r-- | japanese/kakasi/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/kakasi/Makefile b/japanese/kakasi/Makefile index 442894958f1..bee324d60da 100644 --- a/japanese/kakasi/Makefile +++ b/japanese/kakasi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/09/18 16:17:55 taca Exp $ +# $NetBSD: Makefile,v 1.13 2001/11/26 06:22:02 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1998/04/05 04:46:33 max Exp $ DISTNAME= kakasi-2.3.4 @@ -9,10 +9,11 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://kakasi.namazu.org/ COMMENT= Kanji-Kana Simple Inverter, language filter for Japanese -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_LIBTOOL= YES -LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig post-install: ${INSTALL_MAN} ${WRKSRC}/doc/kakasi.1 ${PREFIX}/man/ja_JP.EUC/man1 |