diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 861cdbe12038..5de02d1b4ed0 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -24,12 +24,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD-4.x/Alpha" -.endif - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (needs -fPIC)" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-patch: |