diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-28 22:25:05 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-28 22:25:05 +0000 |
commit | 5294672175d24713b4ba86eb01f310644319780c (patch) | |
tree | 9b80f7f3b07311122787645234d5af560e1d85de /misc/bibletime | |
parent | bccfce66c30af1e265cfba896d47d493f4e7918d (diff) | |
download | ports-5294672175d24713b4ba86eb01f310644319780c.tar.gz ports-5294672175d24713b4ba86eb01f310644319780c.zip |
Notes
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 7b2ac4841777..6fe4f1086dc6 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: bibletime-devel -# Date created: 2008-08-12 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= bibletime PORTVERSION= 2.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code @@ -19,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword BUILD_DEPENDS:= ${RUN_DEPENDS} -LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene +LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene USE_BZIP2= yes USE_OPENSSL= yes |