diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-03 09:44:01 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-03 09:44:01 +0000 |
commit | 1881b336eb85f3cfc7b2f9e84a5d964fe485f0af (patch) | |
tree | dcd580e399a1b3c8427b3367a9e8c398a5277438 /deskutils | |
parent | - chase mrtg-ping-probe move from net to net-mgmt (diff) |
- fix broken (xapian-core library version bumped)
- bump PORTREVISION
Noted by: kris
Pointyhat to: clsung (me)
Notes
Notes:
svn path=/head/; revision=192621
Diffstat (limited to 'deskutils')
-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 dbaa7d922b2a..59c692d268f7 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -6,6 +6,7 @@ PORTNAME= pinot PORTVERSION= 0.73 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ @@ -17,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.13:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.14:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |