summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-17 21:14:36 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-17 21:14:36 +0000
commit2d414fca6dc4d30480e83af4bdb112f348172b62 (patch)
tree9566676f4e8264d046deba59d21c8c49d35f003f /lang/gforth
parent5ceaed7ee775a8a1d46ada6f68101862c22024ba (diff)
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 2d56aefdf8d4..73d5b8b83099 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -17,8 +17,6 @@ COMMENT= Fast and portable Forth system
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
-BROKEN= does not build
-
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -44,6 +42,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800000
+BROKEN= Does not build on FreeBSD < 8.x
+.endif
+
.if ${ARCH} == i386 || ${ARCH} == "powerpc"
WORDSIZE=32
.else