[BACK]Return to bsd.port.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.port.mk between version 1.10 and 1.11

version 1.10, 1997/01/11 11:58:11 version 1.11, 1997/04/19 19:34:29
Line 179 
Line 179 
 # REQUIRES_MOTIF - Set this in your port if it requires Motif.  It will  be  # REQUIRES_MOTIF - Set this in your port if it requires Motif.  It will  be
 #                                 built only if HAVE_MOTIF is set.  #                                 built only if HAVE_MOTIF is set.
 # HAVE_MOTIF    - If set, means system has Motif.  Typically set in  # HAVE_MOTIF    - If set, means system has Motif.  Typically set in
 #                                 /etc/make.conf.  #                                 /etc/mk.conf.
 # MOTIF_STATIC  - If set, link libXm statically; otherwise, link it  # MOTIF_STATIC  - If set, link libXm statically; otherwise, link it
 #                                 dynamically.  Typically set in /etc/make.conf.  #                                 dynamically.  Typically set in /etc/mk.conf.
 # MOTIFLIB              - Set automatically to appropriate value depending on  # MOTIFLIB              - Set automatically to appropriate value depending on
 #                                 ${MOTIF_STATIC}.  Substitute references to -lXm with  #                                 ${MOTIF_STATIC}.  Substitute references to -lXm with
 #                                 patches to make your port conform to our standards.  #                                 patches to make your port conform to our standards.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11