pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnome Disable mousetweaks if X11_TYPE == nat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/20d9229bc418
branches: trunk
changeset: 552061:20d9229bc418
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Thu Dec 25 00:56:34 2008 +0000
description:
Disable mousetweaks if X11_TYPE == native and xtst.pc isn't found
diffstat:
meta-pkgs/gnome/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r af1745657825 -r 20d9229bc418 meta-pkgs/gnome/Makefile
--- a/meta-pkgs/gnome/Makefile Thu Dec 25 00:14:42 2008 +0000
+++ b/meta-pkgs/gnome/Makefile Thu Dec 25 00:56:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2008/12/24 21:46:22 jmcneill Exp $
+# $NetBSD: Makefile,v 1.110 2008/12/25 00:56:34 jmcneill Exp $
DISTNAME= gnome-2.24.1.98
CATEGORIES= meta-pkgs x11 gnome
@@ -99,7 +99,9 @@
DEPENDS+= libsoup24>=2.24.2.1:../../net/libsoup24
DEPENDS+= libwnck>=2.24.2:../../devel/libwnck
DEPENDS+= metacity>=2.24.0:../../wm/metacity
+.if ${X11_TYPE} != "native" || exists(${X11BASE}/lib/pkgconfig/xtst.pc)
DEPENDS+= mousetweaks>=2.24.2:../../misc/mousetweaks
+.endif
DEPENDS+= nautilus>=2.24.2:../../sysutils/nautilus
DEPENDS+= nautilus-cd-burner>=2.24.0:../../sysutils/nautilus-cd-burner
DEPENDS+= orca>=2.24.2:../../misc/orca
Home |
Main Index |
Thread Index |
Old Index