diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-31 13:12:44 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-31 13:12:44 +0000 |
commit | bd7fbe226ce90cceac4c1b47cb3914f8820c66eb (patch) | |
tree | 8ecebc1e49024ef7e74cbffb78b4f2bef8546acd /textproc/clucene | |
parent | Remove configuration argument used during testing. (diff) |
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/Makefile | 4 |
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 |