diff options
Diffstat (limited to 'main/ttf-freefont')
-rw-r--r-- | main/ttf-freefont/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ttf-freefont/APKBUILD b/main/ttf-freefont/APKBUILD index e335abed21..62af4cf583 100644 --- a/main/ttf-freefont/APKBUILD +++ b/main/ttf-freefont/APKBUILD @@ -7,7 +7,7 @@ url="http://www.nongnu.org/freefont/" arch="noarch" license="GPL" depends="fontconfig encodings mkfontdir mkfontscale" -makedepends="pkgconfig font-util-dev" +makedepends="font-util-dev" install= source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.zip" |