diff options
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r-- | lang/pfe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index f55f2bb24412..a63769cdfae6 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -25,9 +25,7 @@ MAN1= pfe.1 .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" && ${OSVERSION} < 700000 -BROKEN= does not compile -.elif ${ARCH} == "powerpc" +.if ${ARCH} == "powerpc" BROKEN= does not compile .endif |