diff options
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r-- | lang/pfe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index a4d79892d5a4..47313873c98d 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -29,6 +29,8 @@ MAN1= pfe.1 .if ${ARCH} == "i386" && ${OSVERSION} < 700000 BROKEN= does not compile +.elif ${ARCH} == "powerpc" +BROKEN= does not compile .endif post-patch: |