diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db
index e90e5554210..6d7ccb01fae 100644
Binary files a/dependencies/build-depends.db and b/dependencies/build-depends.db differ
diff --git a/templates/xauth.tmpl b/templates/xauth.tmpl
new file mode 100755
index 00000000000..cf145ad3773
--- /dev/null
+++ b/templates/xauth.tmpl
@@ -0,0 +1,15 @@
+# Template build file for 'xauth'.
+pkgname=xauth
+version=1.0.3
+extract_sufx=".tar.bz2"
+url=http://xorg.freedesktop.org/releases/individual/app
+build_style=gnu_configure
+make_cmd="$PKGFS_MASTERDIR/bin/gmake"
+short_desc="X authentication utility"
+maintainer="Juan RP <xtraeme@gmail.com>"
+checksum=be87304d87abacc1d5fb00473807085d64b12e45
+long_desc="
+ This package provides xauth, a program to display and manipulate the
+ authentication data used by the X11 clients.
+
+ This is from the modular X.org X11 project."
diff --git a/templates/xinit.tmpl b/templates/xinit.tmpl
new file mode 100755
index 00000000000..762ff61505f
--- /dev/null
+++ b/templates/xinit.tmpl
@@ -0,0 +1,13 @@
+# Template build file for 'xinit'.
+pkgname=xinit
+version=1.1.0
+extract_sufx=".tar.bz2"
+url=http://xorg.freedesktop.org/releases/individual/app
+build_style=gnu_configure
+make_cmd="$PKGFS_MASTERDIR/bin/gmake"
+short_desc="X init program"
+maintainer="Juan RP <xtraeme@gmail.com>"
+checksum=d2631bd7eea0ce702b2b4d380e28365dab4fef83
+long_desc="
+ This package provides xinit and startx, utilities for starting the
+ X Window System server. This is from the modular X.org."