mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
git-cvs: fix depends.
This commit is contained in:
parent
df809472fe
commit
fdcb68d51d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for "git"
|
# Template file for "git"
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --with-tcltk
|
configure_args="--with-curl --with-expat --with-tcltk
|
||||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||||
|
@ -50,7 +50,7 @@ git-perl_package() {
|
||||||
}
|
}
|
||||||
git-cvs_package() {
|
git-cvs_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="git-perl-${version}_${revision} cvs cvsps2 perl-DBD-SQlite"
|
depends="git-perl-${version}_${revision} cvs cvsps2 perl-DBD-SQLite"
|
||||||
short_desc+=" - CVS support"
|
short_desc+=" - CVS support"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/git-cvsserver
|
vmove usr/bin/git-cvsserver
|
||||||
|
|
Loading…
Add table
Reference in a new issue