pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/licq-gui-qt Make the xscreensaver check work prop...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6fccac5a126
branches: trunk
changeset: 530040:f6fccac5a126
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jun 15 17:08:12 2007 +0000
description:
Make the xscreensaver check work properly with modular Xorg.
diffstat:
chat/licq-gui-qt/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 1ac3bfb2fb89 -r f6fccac5a126 chat/licq-gui-qt/Makefile
--- a/chat/licq-gui-qt/Makefile Fri Jun 15 17:04:17 2007 +0000
+++ b/chat/licq-gui-qt/Makefile Fri Jun 15 17:08:12 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/01/13 17:49:14 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2007/06/15 17:08:12 joerg Exp $
#
DISTNAME= licq-1.2.6
@@ -16,8 +16,9 @@
DEPENDS+= licq-core-[0-9]*:../../chat/licq-core
.include "../../mk/bsd.prefs.mk"
-.if ! exists(${X11BASE}/lib/libXss.so)
-NOT_FOR_PLATFORM= NetBSD-*-*
+
+.if !exists(${X11BASE}/lib/libXss.so) && ${X11_TYPE} == "native"
+PKG_FAIL_REASON+= "XScrnSaver support is needed"
.endif
GNU_CONFIGURE= YES
@@ -32,6 +33,7 @@
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index