[Lunar-commits] <moonbase> libgphoto2: Minor fix for the depends check
Stefan Wold
ratler at lunar-linux.org
Wed Jul 28 18:05:02 CEST 2010
commit 25caa659ff7e82b53ccf6f7d99dcda584333125d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed Jul 28 18:05:02 2010 +0200
libgphoto2: Minor fix for the depends check
---
graphics/libgphoto2/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/graphics/libgphoto2/BUILD b/graphics/libgphoto2/BUILD
index fbf86c3..c054d6f 100644
--- a/graphics/libgphoto2/BUILD
+++ b/graphics/libgphoto2/BUILD
@@ -1,7 +1,7 @@
(
# Fix for bug that cause .pc file to be incorrect if libexif is disabled
- if ! is_depends libexif; then
+ if ! in_depends $MODULE libexif; then
sedit "s;, @REQUIREMENTS_FOR_LIBEXIF@;;" libgphoto2.pc.in
fi &&
More information about the Lunar-commits
mailing list