diff options
Diffstat (limited to 'extra/guile/Pkgfile')
-rwxr-xr-x | extra/guile/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/guile/Pkgfile b/extra/guile/Pkgfile index 46266a8da..0d4349ada 100755 --- a/extra/guile/Pkgfile +++ b/extra/guile/Pkgfile @@ -2,10 +2,11 @@ # URL: http://www.gnu.org/software/guile/guile.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libunistring, gc +# Depends on: libunistring, boehm-gc +# Run on: libunistring,boehm-gc name=guile -version=2.0.0 +version=2.0.2 release=1 source=( http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) |