[Lunar-commits] <moonbase> wvstreams: remove the optional qt3 depend.
Florin Braescu
florin at lunar-linux.org
Tue Jan 5 19:58:04 CET 2010
commit 54afa06a589648d33a2fd4ed1487fc243285fd17
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 5 20:58:04 2010 +0200
wvstreams: remove the optional qt3 depend.
---
net/wvstreams/BUILD | 8 --------
net/wvstreams/DEPENDS | 11 +++--------
2 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/net/wvstreams/BUILD b/net/wvstreams/BUILD
index 2a72acf..4747b56 100644
--- a/net/wvstreams/BUILD
+++ b/net/wvstreams/BUILD
@@ -4,14 +4,6 @@
export DBUS_LIBDIR="/usr/lib/"
- if in_depends $MODULE qt3; then
- if module_installed qt3; then
- . /etc/profile.d/qt3.rc
- . /etc/profile.d/kde3.rc
-# sedit "s:/usr/lib/libqt-mt.so:/opt/lunar/qt/3/lib:g" vars.mk
- fi
- fi &&
-
default_build
) > $C_FIFO 2>&1
diff --git a/net/wvstreams/DEPENDS b/net/wvstreams/DEPENDS
index 654324e..e53b738 100644
--- a/net/wvstreams/DEPENDS
+++ b/net/wvstreams/DEPENDS
@@ -3,19 +3,14 @@ depends zlib
optional_depends "dbus" \
"--with-dbus" \
"--without-dbus" \
- "Dbus support"
+ "Dbus support"
optional_depends "Linux-PAM" \
"--with-pam" \
"--without-pam" \
- "PAM support"
+ "PAM support"
optional_depends "openssl" \
"--with-openssl" \
"--without-openssl" \
- "Speex support"
-
-optional_depends "qt3" \
- "--with-qt" \
- "--without-qt" \
- "Qt support"
+ "Speex support"
More information about the Lunar-commits
mailing list