diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
commit | ef5d45aaa64535e3cb0499fe297423c5f873ecbd (patch) | |
tree | 94674d44da850da02e8ab4969da3e457bef57094 /net | |
parent | deskutils/py-khard: Update to 0.15.1. (diff) |
Sprinkle more USES=xorg
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 2 | ||||
-rw-r--r-- | net/clusterit/Makefile | 1 | ||||
-rw-r--r-- | net/freeswitch/Makefile | 2 | ||||
-rw-r--r-- | net/mediastreamer/Makefile | 1 | ||||
-rw-r--r-- | net/pvm/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 2d85ad8d6451..d756cef2068c 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -76,7 +76,7 @@ CLIENT_USE= RC_SUBR=boinc-client LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu LINUX_USES= linux -X11_USES= jpeg gl +X11_USES= jpeg gl xorg X11_USE= GL=glut XORG=x11,xscrnsaver,xmu,xi X11_CONFIGURE_OFF= --without-x ax_cv_check_glut_libglut=no diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile index 05f9fb1c3df6..8562fd2a88c9 100644 --- a/net/clusterit/Makefile +++ b/net/clusterit/Makefile @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=x11 .include <bsd.port.options.mk> diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index b2e5fbe7a9a3..12b1ad52bade 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -91,7 +91,7 @@ ALL_MODULES_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libyaml.so:textproc/libyaml ALL_MODULES_RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa ALL_MODULES_USE= XORG=x11 OPENLDAP=yes -ALL_MODULES_USES= autoreconf # required by mod_unimrcp +ALL_MODULES_USES= autoreconf xorg # required by mod_unimrcp 8K_VARS= BITRATES+=8000 16K_VARS= BITRATES+=16000 diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index d5f7962ab2ec..913a966c1f93 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -53,6 +53,7 @@ G729_LIB_DEPENDS= libbcg729.so:audio/bcg729 GLX_IMPLIES= VIDEO GLX_CMAKE_BOOL= ENABLE_GL ENABLE_GLX +GLX_USES= gl GLX_USE= GL=glew GSM_CMAKE_BOOL= ENABLE_GSM diff --git a/net/pvm/Makefile b/net/pvm/Makefile index daa3e7252200..790706417739 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=x11,xaw,xext,xmu,xt .include <bsd.port.options.mk> |