aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-22 17:19:37 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-22 17:19:37 -0300
commite430544a3b234aac16db4bcef4dee636a94ec01a (patch)
treec1be4486783cbfe37949b2d9521ccffdcf40b361 /testing
parente7767beece9018ff18e0b01799a9bba0564b8c0c (diff)
downloadaports-e430544a3b234aac16db4bcef4dee636a94ec01a.tar.bz2
aports-e430544a3b234aac16db4bcef4dee636a94ec01a.tar.xz
testing/kgamma5: replace depends_dev with makedepends
Diffstat (limited to 'testing')
-rw-r--r--testing/kgamma5/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/kgamma5/APKBUILD b/testing/kgamma5/APKBUILD
index 5ca8327911..9e0f8cc5a5 100644
--- a/testing/kgamma5/APKBUILD
+++ b/testing/kgamma5/APKBUILD
@@ -7,8 +7,7 @@ pkgdesc="Adjust your monitor's gamma settings"
arch="all"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0-or-later"
-depends_dev="qt5-qtbase-dev kconfig-dev kconfigwidgets-dev kdoctools-dev ki18n-dev"
-makedepends="$depends_dev extra-cmake-modules"
+makedepends="qt5-qtbase-dev kconfig-dev kconfigwidgets-dev kdoctools-dev ki18n-dev extra-cmake-modules"
source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-doc $pkgname-lang"