diff options
author | pav <pav@FreeBSD.org> | 2008-01-31 02:27:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-31 02:27:43 +0800 |
commit | 52068b53037c7aad18de0b9b73e773b2c1a67354 (patch) | |
tree | a7b3fdda9aef624ed5f8dcbe0c5589067af96162 | |
parent | 9b235c941136b314cb5c0234e8cf49e0937bcb50 (diff) | |
download | freebsd-ports-gnome-52068b53037c7aad18de0b9b73e773b2c1a67354.tar.gz freebsd-ports-gnome-52068b53037c7aad18de0b9b73e773b2c1a67354.tar.zst freebsd-ports-gnome-52068b53037c7aad18de0b9b73e773b2c1a67354.zip |
- Chase xapian-core update
Reported by: pointyhat
Pointy hat to: miwi
-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 b83ba29ba1a2..7373edeae7c0 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ @@ -18,7 +19,7 @@ COMMENT= Personal search and metasearch for the Free Desktop BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils \ ${SQ3THOL}:${PORTSDIR}/databases/sqlite3-threads -LIB_DEPENDS= xapian.18:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.19:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |