Date: Wed, 25 Jun 2014 06:34:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359189 - head/print/texinfo Message-ID: <201406250634.s5P6YtfT025492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406250634.s5P6YtfT025492>