diff options
author | erwin <erwin@FreeBSD.org> | 2012-08-22 14:56:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-08-22 14:56:56 +0800 |
commit | 42f4818eacc2769c3ca9e4372bacc461095812d0 (patch) | |
tree | d66d65b9d587ac53a3ec23d7f68c4ce65be1b172 | |
parent | 5b8c9bf403fd673289787060bda4db9f3342bf9b (diff) | |
download | freebsd-ports-gnome-42f4818eacc2769c3ca9e4372bacc461095812d0.tar.gz freebsd-ports-gnome-42f4818eacc2769c3ca9e4372bacc461095812d0.tar.zst freebsd-ports-gnome-42f4818eacc2769c3ca9e4372bacc461095812d0.zip |
Mark BROKEN everywhere
Submitted by: pointyhat
-rw-r--r-- | lang/gforth/Makefile | 6 |
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 |