pcc: drop unused pcc-libs makedepends.
We build pcc with gcc (and don't bootstrap), so pcc-libs is not used.
This commit is contained in:
parent
12f1b064da
commit
1af151b2b2
1 changed files with 1 additions and 2 deletions
|
@ -3,12 +3,11 @@ pkgname=pcc
|
|||
_snapshot=20190420
|
||||
_distver=1.1.0
|
||||
version=${_distver}.${_snapshot}
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${_distver}.BETA
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls --enable-native"
|
||||
hostmakedepends="flex"
|
||||
makedepends="pcc-libs"
|
||||
depends="binutils pcc-libs>=${version}"
|
||||
short_desc="Portable C Compiler"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue