diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
commit | 30632e47b68f37214d56a29dd277da5bbe0a66ce (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /ftp | |
parent | 1b9686c955abc62158298a59e17fbb6182cfbc6c (diff) | |
download | freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.gz freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.zst freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 661272bfa1be..b494086d2861 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -12,7 +12,7 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP LICENSE= GPLv3 -USES= charsetfix gmake perl5 tar:xz +USES= charsetfix gmake makeinfo perl5 tar:xz USE_PERL5= build GNU_CONFIGURE= yes |