changeset 4669:4d71c8736c75

build-texinfo: depend on build-perl
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 17:25:37 -0400
parents a11736295721
children c4899150cfc4
files src/build-texinfo.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-texinfo.mk	Thu Apr 19 17:24:04 2018 -0400
+++ b/src/build-texinfo.mk	Thu Apr 19 17:25:37 2018 -0400
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := texinfo-$($(PKG)_VERSION)
 $(PKG)_FILE     := texinfo-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://ftp.gnu.org/gnu/texinfo/$($(PKG)_FILE)
-$(PKG)_DEPS     := 
+$(PKG)_DEPS     := build-perl
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- 'http://ftp.gnu.org/gnu/texinfo/?C=M;O=D' | \