summaryrefslogtreecommitdiff
path: root/kde-base/ark/ark-4.3.80.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/ark/ark-4.3.80.ebuild')
-rw-r--r--kde-base/ark/ark-4.3.80.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/ark/ark-4.3.80.ebuild b/kde-base/ark/ark-4.3.80.ebuild
index 6b456262397..bf134655e11 100644
--- a/kde-base/ark/ark-4.3.80.ebuild
+++ b/kde-base/ark/ark-4.3.80.ebuild
@@ -20,11 +20,11 @@ DEPEND="
RDEPEND="${DEPEND}"
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with archive LibArchive)
$(cmake-utils_use_with bzip2 BZip2)
$(cmake-utils_use_with lzma LibLZMA)
$(cmake-utils_use_with zip LibZip)
- "
+ )
kde4-meta_src_configure
}