aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-07 07:19:02 +0800
committerPav Lucistnik <pav@FreeBSD.org>2011-03-07 07:19:02 +0800
commit62ebff95c52552697a67a3ab8b978da204f7a4a0 (patch)
tree9843b1ebfabad1add7997d4971cd51615aa31f1d /www
parent302a901ad5dc651b3868d77bee78b2273ee5d532 (diff)
downloadfreebsd-ports-gnome-62ebff95c52552697a67a3ab8b978da204f7a4a0.tar.gz
freebsd-ports-gnome-62ebff95c52552697a67a3ab8b978da204f7a4a0.tar.zst
freebsd-ports-gnome-62ebff95c52552697a67a3ab8b978da204f7a4a0.zip
- Chase libextractor shlib raise
Reported by: pointyhat Pointy hat to: vd
Diffstat (limited to 'www')
-rw-r--r--www/dpsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index fd364676aadf..1e6078554d14 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--without-aspell
.endif
.if !defined(WITHOUT_DPSEARCH_EXTRACT)
-LIB_DEPENDS+= extractor.2:${PORTSDIR}/textproc/libextractor
+LIB_DEPENDS+= extractor.3:${PORTSDIR}/textproc/libextractor
.endif
.if !defined(NO_OPENSSL) && !defined(WITHOUT_DPSEARCH_SSL)