aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxres
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-24 21:55:17 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-28 07:57:30 +0000
commitf609b5c43cc9851aa8e7dcb4a52c180fd7b62918 (patch)
tree7519efce2db9be377671f5a29c4129682ce14e7f /main/libxres
parentcbefd0de8a47314e194af3203b66ee0eb6366b02 (diff)
downloadaports-f609b5c43cc9851aa8e7dcb4a52c180fd7b62918.tar.bz2
aports-f609b5c43cc9851aa8e7dcb4a52c180fd7b62918.tar.xz
main/libxres: modernize
remove duplicate makedepends
Diffstat (limited to 'main/libxres')
-rw-r--r--main/libxres/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/libxres/APKBUILD b/main/libxres/APKBUILD
index e68926779c..055aeb7161 100644
--- a/main/libxres/APKBUILD
+++ b/main/libxres/APKBUILD
@@ -8,9 +8,8 @@ arch="all"
license="custom"
options="!check" # No test suite.
subpackages="$pkgname-dev $pkgname-doc"
-depends=
depends_dev="xorgproto"
-makedepends="$depends_dev libx11-dev libxext-dev util-macros xorgproto"
+makedepends="$depends_dev libx11-dev libxext-dev util-macros"
source="https://www.x.org/releases/individual/lib/libXres-$pkgver.tar.bz2
"