diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-06 14:57:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-06 14:57:26 +0000 |
commit | 16052849347f5d23353666abb335ee36003d3828 (patch) | |
tree | 5ad5e7915ec247c7674684c624fc6dc472b94b36 /devel/gmake/Makefile | |
parent | f0adc296635827f2953f0fe748497e164abf3795 (diff) | |
download | ports-16052849347f5d23353666abb335ee36003d3828.tar.gz ports-16052849347f5d23353666abb335ee36003d3828.zip |
Notes
Diffstat (limited to 'devel/gmake/Makefile')
-rw-r--r-- | devel/gmake/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 4886da4f1ed1..ccf4a27e72cf 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -17,14 +17,13 @@ COMMENT= GNU version of 'make' utility LICENSE= GPLv3 -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-prefix=g OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext iconv +NLS_USES= gettext iconv tar:bzip2 NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_ENABLE= nls |