diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 05:00:26 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 05:00:26 +0000 |
commit | 6bd8bce779861717b92a56cf880b4ae2d61a9fd3 (patch) | |
tree | 9d03f466e07fb73d5a75a6b31062b39a0febd97f | |
parent | bc75155a2871b40e973751f8573f8590e94fcf05 (diff) | |
download | FreeBSD-ports-6bd8bce779861717b92a56cf880b4ae2d61a9fd3.zip FreeBSD-ports-6bd8bce779861717b92a56cf880b4ae2d61a9fd3.tar.gz |
Add 'ONLY_FOR_ARCHS=i386' to kon variants.
kon is a kanji console driver for Japanese, Chinese and Korean.
It accesses VGA directly.
-rw-r--r-- | chinese/big5con/Makefile | 4 | ||||
-rw-r--r-- | japanese/kon2-16dot/Makefile | 4 | ||||
-rw-r--r-- | korean/han/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index be843b2..909f15b 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> # -# $Id: Makefile,v 1.7 1998/10/07 17:57:50 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/10/08 15:29:40 vanilla Exp $ # DISTNAME= big5con-0.92d @@ -19,6 +19,8 @@ DISTFILES= big5con-0.92d.tgz b5cbin-pa.tgz MAINTAINER= woju@freebsd.ee.ntu.edu.tw +ONLY_FOR_ARCHS= i386 + EXTRACT_ONLY= ${DISTNAME}.tgz # With the help from pa@freebsd.ee.ntu.edu.tw diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index d8d7ab8..3895e93 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 diff --git a/korean/han/Makefile b/korean/han/Makefile index 7a159a7..5491c2d 100644 --- a/korean/han/Makefile +++ b/korean/han/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1997/07/21 19:21:06 max Exp $ +# $Id: Makefile,v 1.3 1997/09/22 16:21:44 max Exp $ # DISTNAME= han-1.0fb @@ -13,6 +13,8 @@ MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/FreeBSD-kr/source/han/ MAINTAINER= junker@jazz.snu.ac.kr +ONLY_FOR_ARCHS= i386 + USE_GMAKE= yes post-configure: |