Browse Source

Fix package name in FreeBSD dependencies list

This closes #2489.
Hugo Locurcio 6 years ago
parent
commit
6a6e7f8cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_x11.rst

+ 1 - 1
development/compiling/compiling_for_x11.rst

@@ -48,7 +48,7 @@ Distro-specific oneliners
 +---------------+------------------------------------------------------------------------------------------------------------+
 | **FreeBSD**   | ::                                                                                                         |
 |               |                                                                                                            |
-|               |     sudo pkg install scons pkg-config xorg-libraries libXcursor libXrandr libXi xineramaproto libglapi \   |
+|               |     sudo pkg install scons pkgconf xorg-libraries libXcursor libXrandr libXi xineramaproto libglapi \      |
 |               |         libGLU freetype2 openssl yasm                                                                      |
 +---------------+------------------------------------------------------------------------------------------------------------+
 | **Gentoo**    | ::                                                                                                         |