diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 19:37:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 19:37:36 +0000 |
commit | aa57dea8a782063ceefd795425a5bfbe6448aa73 (patch) | |
tree | 78c29c299b323184bc9e0e46d6ba244d460935ed /archivers | |
parent | 669c094ac03da99b0f85b623710c208c9fb32f5c (diff) | |
download | ports-aa57dea8a782063ceefd795425a5bfbe6448aa73.tar.gz ports-aa57dea8a782063ceefd795425a5bfbe6448aa73.zip |
Allow to build with texinfo from ports
Notes
Notes:
svn path=/head/; revision=359292
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 1db1d1b094c7..f4bf7254f326 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -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 |