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 /korean | |
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 'korean')
-rw-r--r-- | korean/han/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korean/han/Makefile b/korean/han/Makefile index 7a159a7d2d0c..5491c2d72476 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: |