summaryrefslogtreecommitdiff
path: root/misc/bibletime-kde3
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-08 22:35:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-08 22:35:06 +0000
commit010140739797a126998b5025d3d78cc27fae8ae3 (patch)
tree97ad549c450b18a51c77d14b9d185ea1625f5388 /misc/bibletime-kde3
parent- Update to 0.9.11.3 (diff)
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
PR: 108944 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=184627
Diffstat (limited to 'misc/bibletime-kde3')
-rw-r--r--misc/bibletime-kde3/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile
index e36c3f7bd8b3..d6e34cfe8f23 100644
--- a/misc/bibletime-kde3/Makefile
+++ b/misc/bibletime-kde3/Makefile
@@ -29,14 +29,8 @@ INSTALLS_ICONS= yes
DOCSDIR= share/doc/HTML/en/bibletime
-.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.post.mk>
+.include <bsd.port.mk>