From 3462fa1f7267ff1b1f968ab5a95eb025506552e7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 17 Sep 2004 23:02:58 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- misc/bb/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc/bb') diff --git a/misc/bb/Makefile b/misc/bb/Makefile index dc537f394e06..edd76bd516ae 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -26,6 +26,12 @@ PORTDOCS= README PLIST_FILES= bin/bb share/bb/bb.s3m share/bb/bb2.s3m share/bb/bb3.s3m PLIST_DIRS= share/bb +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -E -e "s@#include +@#include @g" @@ -35,4 +41,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3