diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 14:34:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 14:34:54 +0800 |
commit | 3d2cfe58c07cbb25caf3cc3185282dc51b7d3cd5 (patch) | |
tree | 798e42c9dcb50c1a09819c6591d46dddcca00ec6 /print | |
parent | a61444bc70bb578bc0dc2b526d7f682a71e4da53 (diff) | |
download | freebsd-ports-gnome-3d2cfe58c07cbb25caf3cc3185282dc51b7d3cd5.tar.gz freebsd-ports-gnome-3d2cfe58c07cbb25caf3cc3185282dc51b7d3cd5.tar.zst freebsd-ports-gnome-3d2cfe58c07cbb25caf3cc3185282dc51b7d3cd5.zip |
Use gmake lite to avoid circular dependency when building on a system that
is build WITHOUT_INFO (gmake needs makeinfo, hence texinfo)
Diffstat (limited to 'print')
-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 3d382bd8a933..60602168bd06 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -23,7 +23,7 @@ NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} -USES+= charsetfix gmake perl5 tar:xz +USES+= charsetfix gmake:lite perl5 tar:xz MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl INFO= texinfo info-stnd info |