diff options
author | kris <kris@FreeBSD.org> | 2004-08-17 18:28:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-17 18:28:21 +0800 |
commit | d1e9baed976e881a64d177e60e2e492752696113 (patch) | |
tree | 1657218c4b230ab70b6e9e02a0f1e773c50e745d /lang/gforth | |
parent | 2d78e2b28b3f39666c460ea505f9d01a3891b165 (diff) | |
download | freebsd-ports-gnome-d1e9baed976e881a64d177e60e2e492752696113.tar.gz freebsd-ports-gnome-d1e9baed976e881a64d177e60e2e492752696113.tar.zst freebsd-ports-gnome-d1e9baed976e881a64d177e60e2e492752696113.zip |
This is apparently no longer broken on 5.x.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 15f6ac62ce84..cf9b8f62726c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -69,12 +69,6 @@ EMPTY_DIRS= generic hppa ia64 m68k power sparc EMPTY_DIRS+= 4stack 6502 8086 avr c165 h8 misc sharc shboom ARCH_DIR= ${DATADIR}/${PORTVERSION}/arch -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502108 && ${ARCH} != "amd64" -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - # Post-extract # @@ -121,6 +115,6 @@ remove-empty-dirs: @${RMDIR} ${ARCH_DIR}/${dir} .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |