svn commit: r359189 - head/print/texinfo

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 06:34:55 UTC 2014


Author: bapt
Date: Wed Jun 25 06:34:54 2014
New Revision: 359189
URL: http://svnweb.freebsd.org/changeset/ports/359189
QAT: https://qat.redports.org/buildarchive/r359189/

Log:
  Use gmake lite to avoid circular dependency when building on a system that
  is build WITHOUT_INFO (gmake needs makeinfo, hence texinfo)

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Wed Jun 25 06:33:58 2014	(r359188)
+++ head/print/texinfo/Makefile	Wed Jun 25 06:34:54 2014	(r359189)
@@ -23,7 +23,7 @@ NLS_CONFIGURE_ENABLE=	nls
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install install-tex
 PKGDEINSTALL=	${PKGINSTALL}
-USES+=		charsetfix gmake perl5 tar:xz
+USES+=		charsetfix gmake:lite perl5 tar:xz
 
 MAKE_ARGS=	TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl
 INFO=		texinfo info-stnd info


More information about the svn-ports-head mailing list