From 7bb40aca74731a3b08da78fe4ba53dbade691c51 Mon Sep 17 00:00:00 2001 From: shaun Date: Sat, 5 Aug 2006 21:49:31 +0000 Subject: Mark BROKEN on 4.x: fails to compile. PR: ports/101208 Submitted by: Thomas Abthorpe (maintainer) --- misc/bibletime/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc/bibletime') diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 06126f78919..f647253f0f2 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -23,8 +23,14 @@ USE_GMAKE= yes USE_BZIP2= yes INSTALLS_ICONS= yes +.include + +.if ${OSVERSION} < 500000 +BROKEN= fails to compile under FreeBSD 4.x +.endif + post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in -.include +.include -- cgit