diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-27 11:09:13 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-27 11:09:13 +0800 |
commit | bc7c9d05d1649e5ddb352dc87cfcd6b23fcc5033 (patch) | |
tree | 78ce401b3cf35ae5391b83cc6601c282c560c0c3 /deskutils/pinot | |
parent | 5f9b99477032ed8399f04f5347a15fab4c0a94ef (diff) | |
download | freebsd-ports-gnome-bc7c9d05d1649e5ddb352dc87cfcd6b23fcc5033.tar.gz freebsd-ports-gnome-bc7c9d05d1649e5ddb352dc87cfcd6b23fcc5033.tar.zst freebsd-ports-gnome-bc7c9d05d1649e5ddb352dc87cfcd6b23fcc5033.zip |
- Chase databases/xapian-core update
PR: ports/125954 (deskutils/recoll)
Submitted by: maintainer of xapian-core
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index eecd70396857..2eec03dad9cb 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -8,6 +8,7 @@ PORTNAME= pinot PORTVERSION= 0.87 CATEGORIES= deskutils +PORTREVISION= 1 MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ # http://amra.dyndns.org/ @@ -17,7 +18,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Personal search and metasearch for the Free Desktop BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -LIB_DEPENDS= xapian.19:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.20:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |