aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-03-17 04:34:02 +0800
committerjkim <jkim@FreeBSD.org>2015-03-17 04:34:02 +0800
commit638bdd888258ccefeea6278c1980c01abdfdf110 (patch)
tree4cf37ee8075556266c942cdd1490010a1112e1c4 /textproc
parent9eb58ab0ccc1516a68cb9c1f37da6d89acbc869f (diff)
downloadfreebsd-ports-gnome-638bdd888258ccefeea6278c1980c01abdfdf110.tar.gz
freebsd-ports-gnome-638bdd888258ccefeea6278c1980c01abdfdf110.tar.zst
freebsd-ports-gnome-638bdd888258ccefeea6278c1980c01abdfdf110.zip
Revert r381307. The patch was invalid.
With hat: office
Diffstat (limited to 'textproc')
-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
~