svn commit: r315548 - head/textproc/libxml2

Koop Mast kwm at FreeBSD.org
Fri Mar 29 16:35:16 UTC 2013


Author: kwm
Date: Fri Mar 29 16:35:15 2013
New Revision: 315548
URL: http://svnweb.freebsd.org/changeset/ports/315548

Log:
  Fix typo
  
  PR:		ports/177480
  Submitted by:	Sayetsky Anton <vsjcfm at gmail.com>

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Fri Mar 29 16:24:45 2013	(r315547)
+++ head/textproc/libxml2/Makefile	Fri Mar 29 16:35:15 2013	(r315548)
@@ -43,7 +43,7 @@ SCHEMA_DESC=	XML schema support
 THREADS_DESC=	Threads support
 MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!)
 XMLLINT_HIST_DESC= History for xmllint
-THREAD_ALLOC_DESc= Per-thread memory (DEVELOPERS ONLY!)
+THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!)
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list