diff --git a/PKGBUILD b/PKGBUILD
index 925e692f87b7f50ac466d8dc0c37cb7982b958f8..2a4c5a6c3b7b266674645a31cc67decafaf7e1f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
 
 pkgname=lilypond
 pkgver=2.12.3
-pkgrel=3
+pkgrel=4
 pkgdesc="An automated music engraving system"
 arch=('i686' 'x86_64')
 url="http://lilypond.org"
 license=('GPL')
-depends=('guile' 'python' 'tetex' 'ghostscript' 'pango' 'fontforge' 'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo')
+depends=('guile' 'python' 'tetex' 'ghostscript' 'pango' 'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils')
 options=('emptydirs')
 source=(http://download.linuxaudio.org/lilypond/sources/v2.12/$pkgname-$pkgver.tar.gz
 	lilypond-gcc45.patch)
@@ -21,10 +21,10 @@ md5sums=('2303bf5f2ea8d4628f33a68f016f3866'
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake
+#  libtoolize --force --copy
+#  aclocal
+#  autoconf
+#  automake
   ./configure --prefix=/usr --disable-gui
   patch -p1 <$srcdir/lilypond-gcc45.patch
   make || return 1