Date: Sat, 18 Jan 2020 20:16:01 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523496 - in head/textproc: libxml2 libxml2-reference Message-ID: <202001182016.00IKG1kG054165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Jan 18 20:16:01 2020 New Revision: 523496 URL: https://svnweb.freebsd.org/changeset/ports/523496 Log: textproc/libxml2: Remove gmake dependency - remove dependency on gmake in textproc/libxml2 and textproc/libxml2-reference PR: 243346 Submitted by: daniel.engberg.lists@pyret.net Modified: head/textproc/libxml2-reference/Makefile head/textproc/libxml2/Makefile Modified: head/textproc/libxml2-reference/Makefile ============================================================================== --- head/textproc/libxml2-reference/Makefile Sat Jan 18 20:02:00 2020 (r523495) +++ head/textproc/libxml2-reference/Makefile Sat Jan 18 20:16:01 2020 (r523496) @@ -7,7 +7,6 @@ BUILD_DEPENDS= ${NONEXISTENT}:textproc/libxml2:configu PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC EXTRACT_ONLY= -USES= gmake MAKE_ARGS= DOC_MODULE=libxml2 EXAMPLES_DIR=${EXAMPLESDIR} OPTIONS_DEFINE= EXAMPLES Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Sat Jan 18 20:02:00 2020 (r523495) +++ head/textproc/libxml2/Makefile Sat Jan 18 20:16:01 2020 (r523496) @@ -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 gmake 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?202001182016.00IKG1kG054165>