diff options
Diffstat (limited to 'net/kdenetwork3/Makefile')
-rw-r--r-- | net/kdenetwork3/Makefile | 6 |
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" |