diff options
| author | 2011-04-12 12:11:24 +0000 | |
|---|---|---|
| committer | 2011-04-12 12:11:24 +0000 | |
| commit | 4535163628089bea7e00f907d3740de5957c5b5f (patch) | |
| tree | e16ab934cce2e36ec3f14868e57e487c46e38d57 | |
| parent | Enable socket splicing for relayd. This allows zero-copy data (diff) | |
| download | wireguard-openbsd-4535163628089bea7e00f907d3740de5957c5b5f.tar.xz wireguard-openbsd-4535163628089bea7e00f907d3740de5957c5b5f.zip | |
Mention flags and environment knobs for MODGHC_BUILD = cabal.
ok jasper@
| -rw-r--r-- | share/man/man5/port-modules.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 90e5b53f912..8a1d6f2c07f 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.88 2011/04/10 17:57:16 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.89 2011/04/12 12:11:24 kili 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 10 2011 $ +.Dd $Mdocdate: April 12 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -464,6 +464,9 @@ will be built (if haddock has been set), and that the package is registered as a library useable by .Pa lang/ghc (if register has been set). +Extra arguments and environment additions for the Setup configure +command can be specified with MODGHC_SETUP_CONF_ARGS and +MODGHC_SETUP_CONF_ENV. .It lang/lua Sets MODLUA_VERSION, MODLUA_LIBDIR, MODLUA_DATADIR. Appends to RUN_DEPENDS and CATEGORIES. |
