diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-18 09:39:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-18 09:39:06 +0000 |
commit | a6199eb968e1baaa0af7fbd1287d315cedc8244b (patch) | |
tree | f3dbc4cd1b6d48b2fb0c438fd373468644bf9926 | |
parent | 6be15c1fe92a009e2c3d088b54b6c017678fd51d (diff) |
Notes
-rw-r--r-- | www/wt/Makefile | 2 | ||||
-rw-r--r-- | www/wt/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/wt/Makefile b/www/wt/Makefile index 2205bc7d8fda..cf3d6e75352b 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libboost_system.so:devel/boost-libs \ libGraphicsMagick.so:graphics/GraphicsMagick -USES= cmake compiler:c++14-lang pkgconfig ssl +USES= cmake compiler:c++14-lang pkgconfig ssl xorg USE_GITHUB= yes GH_ACCOUNT= emweb USE_XORG= x11 diff --git a/www/wt/pkg-descr b/www/wt/pkg-descr index 734bcb93928d..162044761d49 100644 --- a/www/wt/pkg-descr +++ b/www/wt/pkg-descr @@ -20,4 +20,4 @@ Explorer 6. The library comes with an application server that acts as a stand-alone Http(s)/WebSocket server or integrates through FastCGI with other web servers. -WWW: http://www.webtoolkit.eu/wt +WWW: https://www.webtoolkit.eu/wt |