svn commit: r354714 - branches/2014Q2/textproc/libxml2

Koop Mast kwm at FreeBSD.org
Wed May 21 06:59:49 UTC 2014


Author: kwm
Date: Wed May 21 06:59:48 2014
New Revision: 354714
URL: http://svnweb.freebsd.org/changeset/ports/354714
QAT: https://qat.redports.org/buildarchive/r354714/

Log:
  Allow USE_GNOME to be added to. So the libxml2 dependancy in py-libxml2 is
  recorded.
  This fix was supposed to be in the libxml2 merge but somehow got lost.
  
  Submitted by:	David Demelier (via IRC)
  Approved by:	portmgr (antoine@)

Modified:
  branches/2014Q2/textproc/libxml2/Makefile

Modified: branches/2014Q2/textproc/libxml2/Makefile
==============================================================================
--- branches/2014Q2/textproc/libxml2/Makefile	Wed May 21 06:56:47 2014	(r354713)
+++ branches/2014Q2/textproc/libxml2/Makefile	Wed May 21 06:59:48 2014	(r354714)
@@ -18,7 +18,7 @@ COMMENT?=	XML parser library for GNOME
 
 GNU_CONFIGURE=	yes
 USES=		gmake iconv pathfix pkgconfig shebangfix
-USE_GNOME=	ltverhack:5
+USE_GNOME+=	ltverhack:5
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
 		--with-html-dir=${PREFIX}/share/doc \


More information about the svn-ports-all mailing list