aboutsummaryrefslogtreecommitdiff
path: root/textproc/clucene
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-31 13:12:44 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-31 13:12:44 +0000
commitbd7fbe226ce90cceac4c1b47cb3914f8820c66eb (patch)
tree8ecebc1e49024ef7e74cbffb78b4f2bef8546acd /textproc/clucene
parent98aeeda5c95aa0c9dbbc5886d3e8870eb746f540 (diff)
downloadports-bd7fbe226ce90cceac4c1b47cb3914f8820c66eb.tar.gz
ports-bd7fbe226ce90cceac4c1b47cb3914f8820c66eb.zip
Drop USES=iconv.
The port's build system does look for iconv, but the code does not use it anywhere (it used to until 2009). Approved by: office (bapt)
Notes
Notes: svn path=/head/; revision=395672
Diffstat (limited to 'textproc/clucene')
-rw-r--r--textproc/clucene/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile
index 9eb03be0b822..2a6635259b32 100644
--- a/textproc/clucene/Makefile
+++ b/textproc/clucene/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clucene
PORTVERSION= 2.3.3.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
DISTNAME= ${PORTNAME}-core-${PORTVERSION}
@@ -16,7 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
-USES= cmake iconv ninja
+USES= cmake ninja
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON