diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-26 03:37:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-26 03:37:01 +0800 |
commit | 591962580230011f31216ddaa1c5bd07cc1cc9e3 (patch) | |
tree | b4913a82908be82293df0e668ceee26708f5de76 /archivers/gzip | |
parent | 4fab6a3e7cf9f209d3dcda9686a34cd753025e77 (diff) | |
download | freebsd-ports-gnome-591962580230011f31216ddaa1c5bd07cc1cc9e3.tar.gz freebsd-ports-gnome-591962580230011f31216ddaa1c5bd07cc1cc9e3.tar.zst freebsd-ports-gnome-591962580230011f31216ddaa1c5bd07cc1cc9e3.zip |
Allow to build with texinfo from ports
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 6d55317c26d0..d73e46484187 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Compression utility designed to be a replacement for compress -USES= charsetfix +USES= charsetfix makeinfo GNU_CONFIGURE= yes INFO= gzip |