From b467d6d4fa91280ccbca984932cde3f5c2195557 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 6 Feb 2004 08:13:11 +0000 Subject: BROKEN on 5.x: does not compile --- www/crawl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 1a4bdb161f08..c1d93e626ee7 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -22,6 +22,12 @@ CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --program-transform-name='' MAN1= crawl.1 +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e 's,/usr/include/db2,${LOCALBASE}/include/db3,g' \ -e 's,db2,db3,g' ${WRKSRC}/configure.in @@ -32,4 +38,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/crawl.conf ${EXAMPLESDIR} .endif -.include +.include -- cgit v1.2.3