diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-09-10 15:46:00 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-09-10 15:46:00 +0000 |
commit | dc039cbb74c40751c6aed69b377539e9fc84eaf9 (patch) | |
tree | 1fe1d454eb83b8128921a82a7647491e84f86ef5 /lang/modula-3 | |
parent | fc65a6cced7a77c4cbfed6973685d3ad37f51b09 (diff) |
Describe how to change the set of components that gets built.
Notes
Notes:
svn path=/head/; revision=3750
Diffstat (limited to 'lang/modula-3')
-rw-r--r-- | lang/modula-3/pkg-descr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/modula-3/pkg-descr b/lang/modula-3/pkg-descr index aa75a9603584..e57aa20dd8d6 100644 --- a/lang/modula-3/pkg-descr +++ b/lang/modula-3/pkg-descr @@ -38,7 +38,8 @@ release of DEC SRC's version 3.5.3. To save space and time, only the most commonly-used subset of the DEC distribution is built and installed by this port. That includes the standard libraries and the graphics packages, but not the (huge) separate projects such -as netobj, zeus, obliq, and visual obliq. +as netobj, zeus, obliq, and visual obliq. You can change what is built +by doing "make configure" and then editing "work/m3/src/m3makefile". NOTE: Despite appearances to the contrary, the shared library version numbers are not related to the version number of the DEC |