svn commit: r359292 - head/archivers/gtar

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 19:37:37 UTC 2014


Author: bapt
Date: Wed Jun 25 19:37:36 2014
New Revision: 359292
URL: http://svnweb.freebsd.org/changeset/ports/359292
QAT: https://qat.redports.org/buildarchive/r359292/

Log:
  Allow to build with texinfo from ports

Modified:
  head/archivers/gtar/Makefile

Modified: head/archivers/gtar/Makefile
==============================================================================
--- head/archivers/gtar/Makefile	Wed Jun 25 19:37:01 2014	(r359291)
+++ head/archivers/gtar/Makefile	Wed Jun 25 19:37:36 2014	(r359292)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3
 
 INFO=		tar
 
-USES=		iconv:${STATIC_ARGS} tar:xz charsetfix
+USES=		iconv:${STATIC_ARGS} tar:xz charsetfix makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g \
 		--disable-silent-rules


More information about the svn-ports-all mailing list