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:
Leah Neukirchen 2020-12-31 00:15:56 +01:00
parent 12f1b064da
commit 1af151b2b2

View file

@ -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>"