diff options
author | Matthias Kilian <kili@cvs.openbsd.org> | 2011-04-12 12:11:25 +0000 |
---|---|---|
committer | Matthias Kilian <kili@cvs.openbsd.org> | 2011-04-12 12:11:25 +0000 |
commit | a17985a64e402cbcd2a30570eab2d6e2b6919e67 (patch) | |
tree | 50c60a397600cf08fcf8dda253bb0cafce9e4d47 /share/man/man5/port-modules.5 | |
parent | 1f3c9c1c48df4e7d5f88bab947adee565d5025eb (diff) |
Mention flags and environment knobs for MODGHC_BUILD = cabal.
ok jasper@
Diffstat (limited to 'share/man/man5/port-modules.5')
-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. |