From 93d55781458c8cb3b5a52a152ee8cc765b0801db Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 26 Jun 2014 07:32:36 +0000 Subject: Allow to build with texinfo from ports With hat: portmgr --- textproc/ffe/Makefile | 1 + textproc/mifluz/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index edcb9d8cd2b6..9e6d9847c117 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -11,6 +11,7 @@ COMMENT= Flat file extractor OPTIONS_DEFINE= DOCS +USES= makeinfo GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= ${PORTNAME}.html diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile index fc4a8e357c31..530eb07493a4 100644 --- a/textproc/mifluz/Makefile +++ b/textproc/mifluz/Makefile @@ -12,7 +12,7 @@ COMMENT= C++ library to build and query a full text inverted index LICENSE= GPLv3 USE_GCC= any -USES= bison pathfix iconv +USES= bison iconv makeinfo pathfix USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --without-unac USE_LDCONFIG= yes -- cgit