svn commit: r523496 - in head/textproc: libxml2 libxml2-reference

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 18 20:16:02 UTC 2020


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 at 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} \


More information about the svn-ports-all mailing list