summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abuild.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 662a06f..5457b0d 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1001,7 +1001,6 @@ trace_apk_deps() {
# add pkgconfig if usr/lib/pkgconfig is found
if [ -d "$pkgbasedir"/$name/usr/lib/pkgconfig ] \
&& ! grep -q '^depend = pkgconfig' "$dir"/.PKGINFO; then
- msg " added pkgconfig (found /usr/lib/pkgconfig)"
autodeps="$autodeps pkgconfig"
fi