diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-05 21:49:31 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-05 21:49:31 +0000 |
commit | ac0bd8971432d2056af8150a554d5011f54e6181 (patch) | |
tree | dbf53c341f94821c3f79d7a52555003deaa97180 /misc/bibletime-kde4 | |
parent | 1496ad83bf80a593f18c7642529693199aed553e (diff) | |
download | ports-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-kde4')
-rw-r--r-- | misc/bibletime-kde4/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index 06126f789199..f647253f0f23 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/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> |