aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-06-03 17:44:01 +0800
committerclsung <clsung@FreeBSD.org>2007-06-03 17:44:01 +0800
commit4f1f157c19e854dbf7de7878b6aa07d656b82c95 (patch)
tree206dc956e7e32476f3b4d4d367afe49a53d910dd /deskutils
parentfd45042177bf6fd3d172950e1067cb7d12a70844 (diff)
downloadfreebsd-ports-gnome-4f1f157c19e854dbf7de7878b6aa07d656b82c95.tar.gz
freebsd-ports-gnome-4f1f157c19e854dbf7de7878b6aa07d656b82c95.tar.zst
freebsd-ports-gnome-4f1f157c19e854dbf7de7878b6aa07d656b82c95.zip
- fix broken (xapian-core library version bumped)
- bump PORTREVISION Noted by: kris Pointyhat to: clsung (me)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/pinot/Makefile3
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 \