Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2015 12:37:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390697 - head/deskutils/pinot
Message-ID:  <201506271237.t5RCbIgJ036941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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			\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506271237.t5RCbIgJ036941>