diff options
author | rm <rm@FreeBSD.org> | 2012-01-10 03:39:45 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-01-10 03:39:45 +0800 |
commit | df0523735d3a4c80f1eab8975204576346320792 (patch) | |
tree | 36ae902f7aa7114a6185ec83c7fb8a7b518d3f0c /lang | |
parent | 02e6439d8841509e82a637e3a3d48356ed05f9e3 (diff) | |
download | freebsd-ports-gnome-df0523735d3a4c80f1eab8975204576346320792.tar.gz freebsd-ports-gnome-df0523735d3a4c80f1eab8975204576346320792.tar.zst freebsd-ports-gnome-df0523735d3a4c80f1eab8975204576346320792.zip |
- cleanup unsupported versions of FreeBSD
- whitespace fix in pkg-descr
Approved by: johans (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pfe/Makefile | 4 | ||||
-rw-r--r-- | lang/pfe/pkg-descr | 2 |
2 files changed, 2 insertions, 4 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 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. |