svn commit: r356798 - head/devel/gmake

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 6 15:01:22 UTC 2014


Author: bapt
Date: Fri Jun  6 15:01:21 2014
New Revision: 356798
URL: http://svnweb.freebsd.org/changeset/ports/356798
QAT: https://qat.redports.org/buildarchive/r356798/

Log:
  Erg
  
  Reported by:	madpilot

Modified:
  head/devel/gmake/Makefile

Modified: head/devel/gmake/Makefile
==============================================================================
--- head/devel/gmake/Makefile	Fri Jun  6 14:57:26 2014	(r356797)
+++ head/devel/gmake/Makefile	Fri Jun  6 15:01:21 2014	(r356798)
@@ -20,10 +20,12 @@ LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--program-prefix=g
 
+USES=		tar:bzip2
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=	gettext iconv tar:bzip2
+NLS_USES=	gettext iconv
 NLS_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG} \
 			--with-libintl-prefix=${LOCALBASE}
 NLS_CONFIGURE_ENABLE=	nls


More information about the svn-ports-head mailing list