aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-08-22 06:56:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-08-22 06:56:56 +0000
commit1f2d5f0403fd39af19874ce5190ceecd5fcbb086 (patch)
treed66d65b9d587ac53a3ec23d7f68c4ce65be1b172 /lang/gforth
parente496b40af3bc1b95abf79522ed8472ea774ce727 (diff)
downloadports-1f2d5f0403fd39af19874ce5190ceecd5fcbb086.tar.gz
ports-1f2d5f0403fd39af19874ce5190ceecd5fcbb086.zip
Mark BROKEN everywhere
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=302928
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 73d5b8b83099..3af1fb50bd13 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -17,6 +17,8 @@ COMMENT= Fast and portable Forth system
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
+BROKEN= does not package
+
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -42,10 +44,6 @@ 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