aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bibletime-devel/Makefile
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-05-13 02:51:07 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2008-05-13 02:51:07 +0800
commita90201738324e4c2a2f85afab658dfb7876e3dc3 (patch)
treefcdb0f575c0360b86b1eeae256121d91e004ce8c /misc/bibletime-devel/Makefile
parent1a6c583fc9d124bc7e85ed8397774160d22a6136 (diff)
downloadfreebsd-ports-gnome-a90201738324e4c2a2f85afab658dfb7876e3dc3.tar.gz
freebsd-ports-gnome-a90201738324e4c2a2f85afab658dfb7876e3dc3.tar.zst
freebsd-ports-gnome-a90201738324e4c2a2f85afab658dfb7876e3dc3.zip
- Update to 1.6.5.1
- Changelog at <http://sourceforge.net/project/shownotes.php?release_id=449414&group_id=954>
Diffstat (limited to 'misc/bibletime-devel/Makefile')
-rw-r--r--misc/bibletime-devel/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile
index 5196a42fbe6c..512c1f669d29 100644
--- a/misc/bibletime-devel/Makefile
+++ b/misc/bibletime-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bibletime
-PORTVERSION= 1.6.5
+PORTVERSION= 1.6.5.1
CATEGORIES= misc
MASTER_SITES= SF
@@ -23,13 +23,16 @@ USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --enable-static-clucene
INSTALLS_ICONS= yes
-DOCSDIR= share/doc/HTML/en/bibletime
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+CONFIGURE_ARGS+= --enable-static-clucene
+.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>