diff --git a/srcpkgs/gperf/template b/srcpkgs/gperf/template index aa07cc1c468..97a95780824 100644 --- a/srcpkgs/gperf/template +++ b/srcpkgs/gperf/template @@ -1,7 +1,7 @@ # Template file for 'gperf' pkgname=gperf version=3.0.3 -revision=1 +revision=2 distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure short_desc="Perfect hash function generator" @@ -18,9 +18,10 @@ long_desc=" code, for emitting switch statements or nested ifs instead of a hash table, and for tuning the algorithm employed by gperf." -Add_dependency full glibc -Add_dependency run libstdc++ -Add_dependency build texinfo +Add_dependency run glibc +Add_dependency run libgcc +Add_dependency run libstdc++ +Add_dependency build texinfo post_install() {