diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-06 05:49:31 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-06 05:49:31 +0800 |
commit | 7bb40aca74731a3b08da78fe4ba53dbade691c51 (patch) | |
tree | 920dd14e4fc2d94e82b768ac65b819c3ad4d8242 /misc/bibletime-kde4 | |
parent | be499c3a69645406ce68ac7da3991a8a744f036a (diff) | |
download | freebsd-ports-gnome-7bb40aca74731a3b08da78fe4ba53dbade691c51.tar.gz freebsd-ports-gnome-7bb40aca74731a3b08da78fe4ba53dbade691c51.tar.zst freebsd-ports-gnome-7bb40aca74731a3b08da78fe4ba53dbade691c51.zip |
Mark BROKEN on 4.x: fails to compile.
PR: ports/101208
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
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> |