aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2010-12-03 04:39:44 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2010-12-03 04:39:44 +0800
commit67b1525de9653eb2c15ddf07a315ddbc1dea3e32 (patch)
tree8f8632cbaf12c02f57f9e28fa070df6cdb83bde1
parent69937aa61dbc9d3dcafc2a6e0fa364cf8ab57ef3 (diff)
downloadfreebsd-ports-gnome-67b1525de9653eb2c15ddf07a315ddbc1dea3e32.tar.gz
freebsd-ports-gnome-67b1525de9653eb2c15ddf07a315ddbc1dea3e32.tar.zst
freebsd-ports-gnome-67b1525de9653eb2c15ddf07a315ddbc1dea3e32.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>