diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-23 07:44:26 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-23 07:44:26 +0000 |
commit | c64fb327b083f656a7a159fa276f4618e668c3b3 (patch) | |
tree | d53448973aa4875d473a9b96f9a65e83a704ae07 /chinese | |
parent | 1c50e7be13b3e3c02883ab25bdfbccb40b94a7a7 (diff) | |
download | FreeBSD-ports-c64fb327b083f656a7a159fa276f4618e668c3b3.zip FreeBSD-ports-c64fb327b083f656a7a159fa276f4618e668c3b3.tar.gz |
add ONLY_FOR_ARCHS=i386
PR: 48584
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cce/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile index 77dd144..deae6f5 100644 --- a/chinese/cce/Makefile +++ b/chinese/cce/Makefile @@ -22,6 +22,7 @@ COMMENT= GB Chinese console WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes REINPLACE_ARGS= # empty +ONLY_FOR_ARCHS= i386 MAN1= cce.1 |