diff options
author | thierry <thierry@FreeBSD.org> | 2012-07-20 01:24:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-07-20 01:24:58 +0800 |
commit | 436d6ae572ad853bba35dbe0cb2d8ea8e8056c30 (patch) | |
tree | 6923cf4ceea014f9aa0a7210788fa49e7c2918c1 /deskutils/pinot | |
parent | cb18988a260bfc26aa8e2b2de8a77a9ea1414b04 (diff) | |
download | freebsd-ports-gnome-436d6ae572ad853bba35dbe0cb2d8ea8e8056c30.tar.gz freebsd-ports-gnome-436d6ae572ad853bba35dbe0cb2d8ea8e8056c30.tar.zst freebsd-ports-gnome-436d6ae572ad853bba35dbe0cb2d8ea8e8056c30.zip |
Chase libexttextcat renaming.
Reported by: beat and erwin
pointyhat to: bapt
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 4 | ||||
-rw-r--r-- | deskutils/pinot/files/patch-configure | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index d5ecee2c6d37..1584e885fe43 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinot PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -21,7 +21,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.0:${PORTSDIR}/textproc/libexttextcat \ + exttextcat-1.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 \ diff --git a/deskutils/pinot/files/patch-configure b/deskutils/pinot/files/patch-configure new file mode 100644 index 000000000000..bab2b25786b1 --- /dev/null +++ b/deskutils/pinot/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-06-10 15:26:06.000000000 +0200 ++++ configure 2012-07-19 18:59:05.000000000 +0200 +@@ -18840,7 +18840,7 @@ + HAVE_TEXTCAT_CAT_FALSE= + fi + +- TEXTCAT_LIBS="-lexttextcat" ++ TEXTCAT_LIBS="-lexttextcat-1.0" + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable the libarchive filter" >&5 |