diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-14 19:10:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-14 19:10:40 +0000 |
commit | abc1d055beb8194c8f1239cfd08670765400baf9 (patch) | |
tree | 31cb54d34f68caccdab87d6e4068d976b19ac26b /deskutils/pinot | |
parent | 74274a6b2a7b85bb86b406d700a0c4e7e97c4e60 (diff) |
Notes
Diffstat (limited to 'deskutils/pinot')
-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 7a2f2f8304d9..36ecde9921c3 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -6,7 +6,7 @@ PORTNAME= pinot PORTVERSION= 0.73 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ @@ -18,7 +18,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.15:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.16:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |