aboutsummaryrefslogtreecommitdiff
path: root/misc/bibletime
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-05 21:49:31 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-05 21:49:31 +0000
commitac0bd8971432d2056af8150a554d5011f54e6181 (patch)
treedbf53c341f94821c3f79d7a52555003deaa97180 /misc/bibletime
parent1496ad83bf80a593f18c7642529693199aed553e (diff)
downloadports-ac0bd8971432d2056af8150a554d5011f54e6181.tar.gz
ports-ac0bd8971432d2056af8150a554d5011f54e6181.zip
Mark BROKEN on 4.x: fails to compile.
PR: ports/101208 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=169777
Diffstat (limited to 'misc/bibletime')
-rw-r--r--misc/bibletime/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index 06126f789199..f647253f0f23 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -23,8 +23,14 @@ USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>