diff options
author | marino <marino@FreeBSD.org> | 2016-02-06 02:00:05 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-06 02:00:05 +0800 |
commit | 892efa853d127d8aeabe0c1132e6fad50952ffe8 (patch) | |
tree | 34d5dbb15ab2ddadf79d00919963187d4e7de0ad /print/texinfo | |
parent | 4b1d83d0d53989bf01e7fa1a55fa399e63edab1d (diff) | |
download | freebsd-ports-gnome-892efa853d127d8aeabe0c1132e6fad50952ffe8.tar.gz freebsd-ports-gnome-892efa853d127d8aeabe0c1132e6fad50952ffe8.tar.zst freebsd-ports-gnome-892efa853d127d8aeabe0c1132e6fad50952ffe8.zip |
print/texinfo: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 2bd48d681c2f..a80b4382695c 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -25,7 +25,7 @@ NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} -USES+= charsetfix cpe gmake:lite perl5 tar:xz +USES+= charsetfix cpe gmake:lite ncurses perl5 tar:xz MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl INFO= texinfo info-stnd info |