diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 13:00:26 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 13:00:26 +0800 |
commit | 6bd8bce779861717b92a56cf880b4ae2d61a9fd3 (patch) | |
tree | 9d03f466e07fb73d5a75a6b31062b39a0febd97f /japanese | |
parent | bc75155a2871b40e973751f8573f8590e94fcf05 (diff) | |
download | freebsd-ports-gnome-6bd8bce779861717b92a56cf880b4ae2d61a9fd3.tar.gz freebsd-ports-gnome-6bd8bce779861717b92a56cf880b4ae2d61a9fd3.tar.zst freebsd-ports-gnome-6bd8bce779861717b92a56cf880b4ae2d61a9fd3.zip |
Add 'ONLY_FOR_ARCHS=i386' to kon variants.
kon is a kanji console driver for Japanese, Chinese and Korean.
It accesses VGA directly.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index d8d7ab88b411..3895e9344ed9 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Apr 1997 # Whom: Makoto Matsushita <matusita@jp.freebsd.org> # -# $Id: Makefile,v 1.18 1998/11/08 00:49:29 asami Exp $ +# $Id: Makefile,v 1.19 1998/11/20 04:14:27 asami Exp $ # DISTNAME= kon2-0.3 @@ -19,6 +19,8 @@ DISTFILES= kon2-0.3.tar.gz \ MAINTAINER= shige@kuis.kyoto-u.ac.jp +ONLY_FOR_ARCHS= i386 + MAN1= kon.1 MANLANG= ja EXTRACT_ONLY= kon2-0.3.tar.gz |