summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-03-01 13:08:42 +0000
committermarkd <markd@pkgsrc.org>2004-03-01 13:08:42 +0000
commit8ffdf5722373602f882c723ce1a259a749121cb6 (patch)
tree95ca904fc748d6be0a4cd7c6c44b68029f802088 /net/kdenetwork3
parent8e8b43a394abf0dd87e41b9e9617b852abc8f30b (diff)
downloadpkgsrc-8ffdf5722373602f882c723ce1a259a749121cb6.tar.gz
Don't try and use libXss in kopete unless we have a shared version.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 3467ed64bea..77cbb6f1315 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/04 14:42:23 markd Exp $
+# $NetBSD: Makefile,v 1.27 2004/03/01 13:08:42 markd Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
CATEGORIES= net
@@ -19,6 +19,10 @@ REPLACE_PERL= ksirc/dsirc
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
.endif
+.if !exists(${X11BASE}/lib/libXss.so)
+CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
+.endif
+
.include "../../converters/uulib/buildlink2.mk"
.include "../../databases/gdbm/buildlink2.mk"
.include "../../meta-pkgs/kde3/buildlink2.mk"