summaryrefslogtreecommitdiffstats
path: root/main/imagemagick/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/imagemagick/APKBUILD')
-rw-r--r--main/imagemagick/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index a50ffb3551c..dbff601ed62 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -3,7 +3,7 @@
pkgname=imagemagick
pkgver=6.5.9.0
_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=3
+pkgrel=4
pkgdesc="A collection of tools and libraries for many image formats"
url="http://www.imagemagick.org/"
license="GPL"
@@ -27,6 +27,7 @@ build() {
--without-threads \
--without-x \
--with-gslib \
+ --with-gs-font-dir=/usr/share/fonts/Type1 \
--with-modules
make || return 1
}