aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/pinot
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-27 20:37:17 +0800
committerbapt <bapt@FreeBSD.org>2015-06-27 20:37:17 +0800
commit2b760f8d8b19c5aa1a076e10629d275bfeab0425 (patch)
tree4eb3d3ff9db2e1cf94e4af242e8918ce83166cd6 /deskutils/pinot
parentd3aeaff8ab0f46a1b5aaffbed8c5ec9d8fb22317 (diff)
downloadfreebsd-ports-gnome-2b760f8d8b19c5aa1a076e10629d275bfeab0425.tar.gz
freebsd-ports-gnome-2b760f8d8b19c5aa1a076e10629d275bfeab0425.tar.zst
freebsd-ports-gnome-2b760f8d8b19c5aa1a076e10629d275bfeab0425.zip
Do not escape libxml++ it is not needed as it is not used in regular expression
anymore
Diffstat (limited to 'deskutils/pinot')
-rw-r--r--deskutils/pinot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index 0d3b6937e756..131ffa143398 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core \
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
libexttextcat-2.0.so:${PORTSDIR}/textproc/libexttextcat \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libxml\+\+-2.6.so:${PORTSDIR}/textproc/libxml++26 \
+ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libexif.so:${PORTSDIR}/graphics/libexif \