1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/pvm/files/pkg-message.in
Tijl Coosemans 9e481f9f23 - Replace WITHOUT_X11 with an X11 option.
- Remove USE_FORTRAN.  It isn't required.
- Staging.
- Add a do-build target so we no longer have to build static libraries
  with -fPIC.
- Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system
  make, += allows CFLAGS from /usr/share/mk or make.conf to slip in.
  Instead pass CFLAGS via EXTRACFLAGS which is also used to control the
  -fpic flag in do-build.
2013-12-27 14:59:27 +00:00

8 lines
340 B
Plaintext

-
You have to set PVM_ROOT=%%PREFIX%%/lib/pvm environment variable on all machines
which you are planning to use for distributed computing. The best way to set
this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into
appropriate section of your /etc/login.conf file. You also have to enable
rshd on those machines.
-