diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-07 14:55:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-07 14:55:28 +0800 |
commit | c2d09426b4d91a145c1cc3127a04527b9fa4e827 (patch) | |
tree | dbe7b7417496d9eb742b2e03c742bd41d3a0afed /deskutils/pinot | |
parent | a256d4480caa4a6bb4c3136f959a740fff0c7a60 (diff) | |
download | freebsd-ports-gnome-c2d09426b4d91a145c1cc3127a04527b9fa4e827.tar.gz freebsd-ports-gnome-c2d09426b4d91a145c1cc3127a04527b9fa4e827.tar.zst freebsd-ports-gnome-c2d09426b4d91a145c1cc3127a04527b9fa4e827.zip |
- Bump PORTREVISION for databases/xapian-core shlib change
Diffstat (limited to 'deskutils/pinot')
-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 c96256a31863..d5ecee2c6d37 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -18,7 +19,7 @@ COMMENT= Personal search and metasearch for the Free Desktop LICENSE= GPLv2 BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -LIB_DEPENDS= xapian.26:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ exttextcat.0:${PORTSDIR}/textproc/libexttextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |