From ba01774a7cd6b032782e2c576e27e091a16a7f89 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 9 Jan 2012 19:39:45 +0000 Subject: - cleanup unsupported versions of FreeBSD - whitespace fix in pkg-descr Approved by: johans (maintainer) --- lang/pfe/Makefile | 4 +--- lang/pfe/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'lang/pfe') 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 -.if ${ARCH} == "i386" && ${OSVERSION} < 700000 -BROKEN= does not compile -.elif ${ARCH} == "powerpc" +.if ${ARCH} == "powerpc" BROKEN= does not compile .endif diff --git a/lang/pfe/pkg-descr b/lang/pfe/pkg-descr index 3e4501de65d3..8c98155afaa3 100644 --- a/lang/pfe/pkg-descr +++ b/lang/pfe/pkg-descr @@ -2,7 +2,7 @@ This package contains all neccessary ANSI-C source files to build a running Forth-environment on most UNIX machines, on DOS and on OS/2. The Forth-system is closely modeled along the new American National -Standard for the programming language Forth. Every word of every +Standard for the programming language Forth. Every word of every word set mentioned in the dpANS-6 document of June 1993 has been implemented. Additionally it is compatible to Forth-83. -- cgit v1.2.3