summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2010-12-02 20:39:44 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2010-12-02 20:39:44 +0000
commit8f0d21caa3eb788050f006887862964ce2306fd1 (patch)
tree9e6799c2ab61365081c726a3dd8d8c57821f7417
parentb02f2c42f5218e6b1716baeb63668fcb462d3242 (diff)
downloadfreebsd-ports-8f0d21caa3eb788050f006887862964ce2306fd1.zip
- Remove boost dependency
- Bump PORTREVISION
-rw-r--r--misc/bibletime/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index 0c9e1a6e7e9d..5baf2afd2031 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bibletime
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
@@ -17,8 +18,7 @@ LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
BUILD_DEPENDS= ${RUN_DEPENDS}
-LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
- clucene.0:${PORTSDIR}/textproc/clucene
+LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene
USE_BZIP2= yes
USE_OPENSSL= yes
@@ -34,6 +34,6 @@ QT_COMPONENTS= corelib dbus gui iconengines network phonon qtestlib script \
CMAKE_USE_PTHREAD= yes
.endif
-CMAKE_BUILD_TYPE= release
+CMAKE_BUILD_TYPE= Release
.include <bsd.port.post.mk>