diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 09:22:37 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 09:22:37 (GMT) |
commit | ce06fec6f78011a585df5cbe9b5388d1338d7988 (patch) | |
tree | 82478acf2466637cc78305a3429a793f58de8ad6 /abs/core-testing/fontconfig/PKGBUILD | |
parent | f182677145ca9b72f898aae6f45315eba9ba8417 (diff) | |
download | linhes_pkgbuild-ce06fec6f78011a585df5cbe9b5388d1338d7988.zip linhes_pkgbuild-ce06fec6f78011a585df5cbe9b5388d1338d7988.tar.gz linhes_pkgbuild-ce06fec6f78011a585df5cbe9b5388d1338d7988.tar.bz2 |
Changed so freetype2-static would work.
Diffstat (limited to 'abs/core-testing/fontconfig/PKGBUILD')
-rw-r--r-- | abs/core-testing/fontconfig/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/fontconfig/PKGBUILD b/abs/core-testing/fontconfig/PKGBUILD index 7abdf6d..86c4205 100644 --- a/abs/core-testing/fontconfig/PKGBUILD +++ b/abs/core-testing/fontconfig/PKGBUILD @@ -2,12 +2,13 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=fontconfig pkgver=2.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="A library for configuring and customizing font access" arch=(i686 x86_64) url="http://www.fontconfig.org/release/" license=('custom') -depends=('expat>=2.0' 'freetype2>=2.3.7') +#depends=('expat>=2.0' 'freetype2>=2.3.7') +depends=('expat>=2.0' 'freetype2') options=('!libtool') install=fontconfig.install source=(http://www.fontconfig.org/release/${pkgname}-${pkgver}.tar.gz |