diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 07:11:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 07:11:23 +0800 |
commit | f11963719bf0b4a6ca275152b88c2882888060cd (patch) | |
tree | 1dd5e458e6b6fa54c9bd47767265a02b5472bffd /deskutils | |
parent | 3f2ab89d5deaa9104a52cfe2720139df1f51eb28 (diff) | |
download | freebsd-ports-gnome-f11963719bf0b4a6ca275152b88c2882888060cd.tar.gz freebsd-ports-gnome-f11963719bf0b4a6ca275152b88c2882888060cd.tar.zst freebsd-ports-gnome-f11963719bf0b4a6ca275152b88c2882888060cd.zip |
Chare libexttextcat bump
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 0768c3461ba3..d19f23dfe04f 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,6 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -16,7 +17,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - exttextcat-1.0:${PORTSDIR}/textproc/libexttextcat \ + exttextcat-2.0:${PORTSDIR}/textproc/libexttextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ |