Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 21:08:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523498 - head/textproc/libxml2
Message-ID:  <202001182108.00IL8aBV084474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 18 21:08:36 2020
New Revision: 523498
URL: https://svnweb.freebsd.org/changeset/ports/523498

Log:
  Unbreak py-libxml2

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Sat Jan 18 20:52:55 2020	(r523497)
+++ head/textproc/libxml2/Makefile	Sat Jan 18 21:08:36 2020	(r523498)
@@ -21,7 +21,7 @@ LICENSE_FILE_TRIO=	${FILESDIR}/LICENSE.TRIO
 LICENSE_PERMS_TRIO=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 GNU_CONFIGURE=	yes
-USES=		compiler cpe iconv libtool pathfix pkgconfig shebangfix
+USES+=		compiler cpe iconv libtool pathfix pkgconfig shebangfix
 CPE_VENDOR=	xmlsoft
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \



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