From 1f2d5f0403fd39af19874ce5190ceecd5fcbb086 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Wed, 22 Aug 2012 06:56:56 +0000 Subject: [PATCH] Mark BROKEN everywhere Submitted by: pointyhat --- lang/gforth/Makefile | 6 ++---- 1 file 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 -.if ${OSVERSION} < 800000 -BROKEN= Does not build on FreeBSD < 8.x -.endif - .if ${ARCH} == i386 || ${ARCH} == "powerpc" WORDSIZE=32 .else