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 /chinese/big5con/Makefile | |
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 'chinese/big5con/Makefile')
-rw-r--r-- | chinese/big5con/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index be843b287178..909f15ba8195 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 |