diff options
author | roger <roger@FreeBSD.org> | 2001-03-15 19:25:10 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-03-15 19:25:10 +0800 |
commit | f04c180c32a0a95459abd24712740c038902cbdd (patch) | |
tree | abd747113dd5ecc5cab1e85b209b86ad42beaa9d /net/opal/pkg-descr | |
parent | f0759490a095cfb2acc3199e2915fdba5e13ace4 (diff) | |
download | freebsd-ports-gnome-f04c180c32a0a95459abd24712740c038902cbdd.tar.gz freebsd-ports-gnome-f04c180c32a0a95459abd24712740c038902cbdd.tar.zst freebsd-ports-gnome-f04c180c32a0a95459abd24712740c038902cbdd.zip |
Add compiler option -DNO_XWINDOWS to build the port without
X support.
Requested by several people
Diffstat (limited to 'net/opal/pkg-descr')
-rw-r--r-- | net/opal/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/opal/pkg-descr b/net/opal/pkg-descr index 6a835b6f0f33..ed8453ff507e 100644 --- a/net/opal/pkg-descr +++ b/net/opal/pkg-descr @@ -15,4 +15,12 @@ PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. +By default, the OpenH323 library contains code to display video images +using X Windows. This is not needed in certain applications such +as gatekeepers, gateways or the OpenAM application. +You can compile the port with + make -DNO_XWINDOWS +to build the port without X Windows support. + + WWW: http://www.openh323.org |