diff --git a/extra/texlive-bin/PKGBUILD b/extra/texlive-bin/PKGBUILD
index 72f1a3fa1..a2082f34d 100644
--- a/extra/texlive-bin/PKGBUILD
+++ b/extra/texlive-bin/PKGBUILD
@@ -10,11 +10,11 @@ plugrel=1
 pkgname=texlive-bin
 pkgver=2011.1
 _luatex_ver=0.70.1
-pkgrel=2
+pkgrel=3
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'libgraphite' 'poppler' 'libsigsegv' 'zziplib')
+depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib')
 makedepends=('perl' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'pdfjam')
@@ -76,7 +76,7 @@ build() {
     --disable-ptex \
     --enable-luatex  \
     --without-system-ptexenc \
-    --with-system-graphite \
+    --without-system-graphite \
     --without-system-icu \
     --without-system-kpathsea \
     --with-system-freetype2 \
@@ -137,7 +137,7 @@ build() {
      --with-system-poppler \
      --with-system-xpdf \
      --with-system-freetype2 \
-     --with-system-graphite \
+     --without-system-graphite \
      --with-freetype2-libdir=/usr/lib \
      --with-freetype2-include=/usr/include/freetype2 \
      --with-xdvi-x-toolkit=xaw \