Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 06:59:48 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r354714 - branches/2014Q2/textproc/libxml2
Message-ID:  <201405210659.s4L6xmKH044445@svn.freebsd.org>

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



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