diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:16:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:16:19 +0000 |
commit | 686a04b74abcca3ca33bbecfc6929632e092e84a (patch) | |
tree | 3b8958b1bb3cc35feca131ed85cc953e08b14c9d /lang/pfe | |
parent | 08a2e61d8a80056b49456688a226da265e78733a (diff) | |
download | ports-686a04b74abcca3ca33bbecfc6929632e092e84a.tar.gz ports-686a04b74abcca3ca33bbecfc6929632e092e84a.zip |
Notes
Diffstat (limited to 'lang/pfe')
-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: |