diff options
author | 2016-05-18 19:13:02 +0000 | |
---|---|---|
committer | 2016-05-18 19:13:02 +0000 | |
commit | 1050100149cbb84494e74e28c649faa6f99cd07f (patch) | |
tree | 3b069c4804934b442559697c07f3fc81f23c2791 /share/man/man5 | |
parent | Also print a warning if the user doesn't fill the mail Subject (diff) | |
download | wireguard-openbsd-1050100149cbb84494e74e28c649faa6f99cd07f.tar.xz wireguard-openbsd-1050100149cbb84494e74e28c649faa6f99cd07f.zip |
Document MODQT_LRELEASE
ok sthen@ zhuk@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index f432cbee52f..94410a85946 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.205 2016/04/26 16:25:09 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.206 2016/05/18 19:13:02 jca Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 26 2016 $ +.Dd $Mdocdate: May 18 2016 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -1852,11 +1852,13 @@ as the global qt directory location, as standard GNU configure-style parameters to locate the include and libraries. .Pp The location of qt specific tools +.Nm lrelease , .Nm moc , .Nm qmake and .Nm uic is available through +.Ev MODQT*_LRELEASE , .Ev MODQT*_MOC , .Ev MODQT*_QMAKE and |