diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-20 05:12:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-20 05:12:55 +0000 |
commit | ac7f475e82a60809690fcd351e1db1dfa8397d00 (patch) | |
tree | 507270df0f61c10f987beb34b4c52d301cf50173 | |
parent | - Accept xapian.15 (diff) |
- reflect library version of xapian (.15)
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=193919
-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 59c692d268f7..bad8397cfa3d 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -6,7 +6,7 @@ PORTNAME= pinot PORTVERSION= 0.73 -PORTREVISION= 1 +PORTREVISION= 2 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.14:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.15:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |