aboutsummaryrefslogtreecommitdiff
path: root/textproc/clucene
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-03-16 20:34:02 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-03-16 20:34:02 +0000
commitf3abe75257f6844e6ec26f1078e6e3dfac9fa9be (patch)
tree4cf37ee8075556266c942cdd1490010a1112e1c4 /textproc/clucene
parent166046cbebeb195a56f5232605b65f4821d293d2 (diff)
downloadports-f3abe75257f6844e6ec26f1078e6e3dfac9fa9be.tar.gz
ports-f3abe75257f6844e6ec26f1078e6e3dfac9fa9be.zip
Revert r381307. The patch was invalid.
With hat: office
Notes
Notes: svn path=/head/; revision=381438
Diffstat (limited to 'textproc/clucene')
-rw-r--r--textproc/clucene/Makefile2
-rw-r--r--textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile
index b660ea7c625a..9eb03be0b822 100644
--- a/textproc/clucene/Makefile
+++ b/textproc/clucene/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clucene
PORTVERSION= 2.3.3.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
DISTNAME= ${PORTNAME}-core-${PORTVERSION}
diff --git a/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake b/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
index 4b4e9dec8e8f..d212b3491337 100644
--- a/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
+++ b/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
@@ -5,6 +5,6 @@
Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@
-Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core
-+Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared -lclucene-contribs-lib
++Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared
Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
~