diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 12:37:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 12:37:17 +0000 |
commit | 721e168e9d060422da130abce2fc6e8b20781eed (patch) | |
tree | 4eb3d3ff9db2e1cf94e4af242e8918ce83166cd6 /deskutils/pinot/Makefile | |
parent | 0711a5977c48deeb511d162110cfd38955433a0d (diff) | |
download | ports-721e168e9d060422da130abce2fc6e8b20781eed.tar.gz ports-721e168e9d060422da130abce2fc6e8b20781eed.zip |
Notes
Diffstat (limited to 'deskutils/pinot/Makefile')
-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 \ |