svn commit: r390697 - head/deskutils/pinot

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 27 12:37:18 UTC 2015


Author: bapt
Date: Sat Jun 27 12:37:17 2015
New Revision: 390697
URL: https://svnweb.freebsd.org/changeset/ports/390697

Log:
  Do not escape libxml++ it is not needed as it is not used in regular expression
  anymore

Modified:
  head/deskutils/pinot/Makefile

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Sat Jun 27 12:28:02 2015	(r390696)
+++ head/deskutils/pinot/Makefile	Sat Jun 27 12:37:17 2015	(r390697)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libxapian.so:${PORTSDIR}/da
 		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			\


More information about the svn-ports-all mailing list