diff options
author | thierry <thierry@FreeBSD.org> | 2007-10-26 03:59:29 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-10-26 03:59:29 +0800 |
commit | e958535a99c51288f1f4b55cf5c11f31bad726d3 (patch) | |
tree | 503b08e4dbd8647722f519fa9bd227bf65d7336a /deskutils/pinot/Makefile | |
parent | 1861fe00cb382802bf8d7f5dc8daa0af31ad6022 (diff) | |
download | freebsd-ports-gnome-e958535a99c51288f1f4b55cf5c11f31bad726d3.tar.gz freebsd-ports-gnome-e958535a99c51288f1f4b55cf5c11f31bad726d3.tar.zst freebsd-ports-gnome-e958535a99c51288f1f4b55cf5c11f31bad726d3.zip |
Chase Xapian upgrade.
Diffstat (limited to 'deskutils/pinot/Makefile')
-rw-r--r-- | deskutils/pinot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 040474d2b072..d554dba643d0 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.76 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ @@ -19,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.16:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.17:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |