From c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 26 Jun 2014 08:41:34 +0000 Subject: Allow to build with texinfo from ports With hat: portmgr --- textproc/wdiff/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/wdiff/Makefile') diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index c59fab0cff92..bf30f898a6a6 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -13,10 +13,12 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= charsetfix +USES= charsetfix makeinfo OPTIONS_DEFINE= NLS +INFO= wdiff + .include .if ${PORT_OPTIONS:MNLS} -- cgit