diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-27 20:37:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-27 20:37:17 +0800 |
commit | 2b760f8d8b19c5aa1a076e10629d275bfeab0425 (patch) | |
tree | 4eb3d3ff9db2e1cf94e4af242e8918ce83166cd6 /deskutils/pinot | |
parent | d3aeaff8ab0f46a1b5aaffbed8c5ec9d8fb22317 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |