1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Mark BROKEN everywhere

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2012-08-22 06:56:56 +00:00
parent e496b40af3
commit 1f2d5f0403
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302928

View File

@ -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