diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-08-31 21:12:44 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-08-31 21:12:44 +0800 |
commit | c9ef6199d0e3c44c1ddf8071f43028198e2bd938 (patch) | |
tree | 8ecebc1e49024ef7e74cbffb78b4f2bef8546acd /textproc | |
parent | 6cd68c46ad95e8d6e2e361ddc55313316accca6f (diff) | |
download | freebsd-ports-gnome-c9ef6199d0e3c44c1ddf8071f43028198e2bd938.tar.gz freebsd-ports-gnome-c9ef6199d0e3c44c1ddf8071f43028198e2bd938.tar.zst freebsd-ports-gnome-c9ef6199d0e3c44c1ddf8071f43028198e2bd938.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)
Diffstat (limited to 'textproc')
-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 |