diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:28:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:28:21 +0000 |
commit | 3e8bbb98e80fb55b24f7756c06ee5fea247c9e41 (patch) | |
tree | bf3d8750d6d21d88bae5148bc2558d5001709609 /lang/gforth | |
parent | c4ee2dcca70a23a987d944852bc91f1141d3755e (diff) | |
download | ports-3e8bbb98e80fb55b24f7756c06ee5fea247c9e41.tar.gz ports-3e8bbb98e80fb55b24f7756c06ee5fea247c9e41.zip |
Notes
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} |